edition/deploy-me.sh

5 lines
256 B
Bash

git add -A
git commit -m 'deployed'
git push origin HEAD
ssh root@rose-ash.com -t 'cd web-site/themes/edition && git checkout shop-fix-3 && git pull && cd ../.. && . ./.env && docker service scale rose-ash_ghost=0 && docker service scale rose-ash_ghost=1'