5 ms·
We use BZR for version control when we have a rep we arehappy to deploy bzr push to a REP on the server login over ssh on the server bzr export REP run the te
by 3KWA 18y ago
We use BZR for version control when we have a rep we arehappy to deploy
bzr push to a REP on the server
login over ssh on the server
bzr export REP
run the test suite on the server (last check)
cp relevant files to PROD
restart the server (FastCGI)
everything automated and sequential one failure -> process stops completely (never happened so far)