source: docs/deploy.txt @ 68c93e8

space-accessstablestage
Last change on this file since 68c93e8 was 1898cc8, checked in by Alex Dehnert <adehnert@…>, 14 years ago

Fix the push command

I changed my git config such that the branch needs to be mentioned explicitly.

  • Property mode set to 100644
File size: 670 bytes
Line 
1Deploying a new version of the ASA database:
2* Skim the changes (git log stable..master)
3    * verify they're reasonable to deploy
4    * make sure any Trac tickets (http://asa.scripts.mit.edu/trac/query) have been marked resolved if applicable
5* Draft email to asa-db-core-stakeholders
6    git log --oneline stable..master
7    git log stable..master > /tmp/commits.txt       # attach
8    Summarize any interesting changes
9* run locally:
10    git checkout stable; git merge master; git checkout master
11    git push origin master stable
12* run on server
13    git pull --ff-only
14    ./manage.py migrate
15* verify that changes happened and it looks mostly sane
16* send the email
Note: See TracBrowser for help on using the repository browser.