5 lines
163 B
Bash
5 lines
163 B
Bash
|
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'
|