This commit is contained in:
giles 2024-10-04 18:11:19 +01:00
parent 4ead854059
commit 7d2945e0e9
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
git add -A git add -A
git commit -m 'deployed' git commit -m 'deployed'
git push origin HEAD git push origin HEAD
ssh root@rose-ash.com -t 'cd web-site/themes/edition && git pull && cd ../.. && . ./.env && sh deploy.sh' ssh root@rose-ash.com -t 'cd web-site/themes/edition && git checkout shop-fix-3 && git pull && cd ../.. && . ./.env && sh deploy.sh'