edition/deploy-me.sh

5 lines
256 B
Bash
Raw Normal View History

2024-10-04 17:10:26 +00:00
git add -A
git commit -m 'deployed'
git push origin HEAD
2024-10-04 17:20:20 +00:00
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'