This commit is contained in:
giles 2024-10-04 18:10:26 +01:00
parent d32cacb858
commit 4ead854059
1 changed files with 4 additions and 0 deletions

4
deploy-me.sh Normal file
View File

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