karlfreeman / middleman-deploy

Deploy a middleman built site over rsync, ftp, stfp, or git (e.g. gh-pages on github).
MIT License
553 stars 124 forks source link

Support additional commands during deploy #139

Open joryhatton opened 6 years ago

joryhatton commented 6 years ago

I'm currently using this to deploy to a github pages repository. I would like the ability to add a CNAME file during the deploy, or retain one for that matter. I currently have to add one back to the repo after every deploy.