diff --git a/push.sh b/push.sh index 1e2998a..0285a41 100755 --- a/push.sh +++ b/push.sh @@ -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=$?