This commit is contained in:
Valeria Fadeeva 2024-02-09 13:47:16 +05:00
parent 340eb7e96f
commit 681b2c78b7
1 changed files with 2 additions and 1 deletions

View File

@ -20,7 +20,8 @@ else
fi
fi
git add . && git commit -m "Update" && git push $git
git add . && git commit -m "Update"
git push $git
ssh ${ip} -f '~/update-site.sh'
status=$?