From 681b2c78b7dcd574141d00cd17c1fb3abf64afbd Mon Sep 17 00:00:00 2001 From: Valeria Fadeeva Date: Fri, 9 Feb 2024 13:47:16 +0500 Subject: [PATCH] Update --- push.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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=$?