edition/deploy-me.sh

5 lines
190 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:11:19 +00:00
ssh root@rose-ash.com -t 'cd web-site/themes/edition && git checkout shop-fix-3 && git pull && cd ../.. && . ./.env && sh deploy.sh'