deployotron
deployotron copied to clipboard
Option to ignore dirty repo
Would be handy with a switch to force the deployment even if the deployed site isn't clean. But that would require ability to display the changes, and more interactivity. Something to think about.
How would this be different from --insanity apart from displaying changes?
Apart from the fact that I'd totally forgotten --insanity? Not much...
I was actually thinking of taking it a step further. --insanity just tries running anyway, I was thinking of running git --reset hard, as it then has a less chance of failing (git will bomb out if one of the files it's trying to update is changed).