diff --git a/deploy-me.sh b/deploy-me.sh new file mode 100644 index 0000000..a8bc2e0 --- /dev/null +++ b/deploy-me.sh @@ -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'