presslabs / gitium

Keep all your WordPress code on git with a simple plugin and a repo
https://www.presslabs.com/code/gitium/
GNU General Public License v2.0
180 stars 31 forks source link

Disable maintenance even on fails #176

Open cristianuibar opened 5 years ago

cristianuibar commented 5 years ago

We need to disable maintenance even if the commit failed for any reason. We have a return for errors but gitium doesn't disable maintenance on fails right now. So it will effectively crash a website if it fails.

robertopc commented 5 years ago

This happened in my site. The fail cause was not have write permissions. I removed .maintenance file by hands.