deployotron icon indicating copy to clipboard operation
deployotron copied to clipboard

Option to ignore dirty repo

Open xendk opened this issue 11 years ago • 2 comments

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.

xendk avatar Oct 22 '14 20:10 xendk

How would this be different from --insanity apart from displaying changes?

kasperg avatar Oct 23 '14 03:10 kasperg

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).

xendk avatar Oct 23 '14 07:10 xendk