some change

prod
Dmitriy Shesterkin 9 years ago
parent 9527037343
commit fe0751a33f
  1. 8
      Makefile

@ -96,20 +96,20 @@ upgrade-develop:
# target: update-stage - Run push change in repo master branch and deploy for stage server with restart only web container # target: update-stage - Run push change in repo master branch and deploy for stage server with restart only web container
update-stage: update-stage:
git push origin master git push origin prod
fab stage update fab stage update
# target: upgrade-stage - Run push change in repo master branch and deploy for stage server with rebuild container # target: upgrade-stage - Run push change in repo master branch and deploy for stage server with rebuild container
upgrade-stage: upgrade-stage:
git push origin master git push origin prod
fab stage upgrade fab stage upgrade
# target: update-prod - Run push change in repo master branch and deploy for prod server with restart only web container # target: update-prod - Run push change in repo master branch and deploy for prod server with restart only web container
update-prod: update-prod:
git push origin master git push origin prod
fab prod update fab prod update
# target: upgrade-prod - Run push change in repo master branch and deploy for prod server with rebuild container # target: upgrade-prod - Run push change in repo master branch and deploy for prod server with rebuild container
upgrade-prod: upgrade-prod:
git push origin master git push origin prod
fab prod upgrade fab prod upgrade

Loading…
Cancel
Save