|
|
|
|
|
by 3KWA
6597 days 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) |
|