I deploy my ExpressionEngine sites using Capistrano, which creates a new directory on the server for each “release” (using Git) and creates a symlink to the current one, which gets served.
The issue I am having is that after I deploy a new version, the “is system on” setting is getting reset to “yes”. My deploy doesn’t do anything to the database. I am baffled as to how this could change. Is it cached somewhere as a file?
Any ideas? Thanks!
Matt.