Changeset 28fa06b for tools/dev/push.sh
- Timestamp:
- 03/22/12 02:55:52 (14 months ago)
- Branches:
- master, crem, crem2, dev, dev2, diadems, forma, generic, instru_search, lam, nlivemulti, production, release/1.4.4, security, social, storage, test
- Children:
- 7b25685
- Parents:
- bfa68c2
- git-author:
- yomguy <yomguy@…> (03/22/12 02:55:52)
- git-committer:
- yomguy <yomguy@…> (03/22/12 02:55:52)
- File:
-
- 1 edited
-
tools/dev/push.sh (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tools/dev/push.sh
rb3287a8 r28fa06b 8 8 git push origin $branch 9 9 10 echo "Push $branch to web:"11 git push web $branch12 13 10 if [[ $branch == *master* ]]; then 14 11 echo "Push $branch to github:" … … 19 16 20 17 git push --tags 21 git push --tags web22 18 git push --tags github 23 19 24 20 ssh vcs.parisson.com "cd /var/git/telemeta.git; git update-server-info" 25 ssh vcs.parisson.org "cd /var/git/telemeta.git; git update-server-info"26 21 27 22 #echo "Update jimi.parisson.com:" 28 #ssh jimi.parisson.com "cd /home/telemeta/telemeta; git pull origin production"29 23 echo "Update angus.parisson.com:" 30 24 ssh angus.parisson.com "cd /home/telemeta/telemeta-prod; git pull origin production; \ 31 25 cd /home/telemeta/telemeta; git pull origin master; \ 32 26 cd /home/telemeta/demo/; ./manage.py migrate telemeta --delete-ghost-migrations; 33 cd /home/telemeta/sandbox/; ./manage.py migrate telemeta --delete-ghost-migrations; " 27 cd /home/telemeta/sandbox/; ./manage.py migrate telemeta --delete-ghost-migrations; 28 cd /home/telemeta/parisson/; ./manage.py migrate telemeta --delete-ghost-migrations; " 34 29 35 30 echo "Done !"
Note: See TracChangeset
for help on using the changeset viewer.
