diff --git a/deploy-me.sh b/deploy-me.sh index a8bc2e0..9e2490d 100644 --- a/deploy-me.sh +++ b/deploy-me.sh @@ -1,4 +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' +ssh root@rose-ash.com -t 'cd web-site/themes/edition && git checkout shop-fix-3 && git pull && cd ../.. && . ./.env && sh deploy.sh'