From 3c92ce6dca29db662dc3588686ccede5d6e297cc Mon Sep 17 00:00:00 2001 From: Morgan Date: Wed, 1 Nov 2023 21:57:53 +0900 Subject: [PATCH] Fix --- scripts/push.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/push.sh b/scripts/push.sh index b133508..4ee0384 100755 --- a/scripts/push.sh +++ b/scripts/push.sh @@ -1,4 +1,3 @@ git add $(git rev-parse --show-toplevel) -git commit -m 'Changed something' +git commit -m 'Fix' git push origin -ssh web /srv/blog/scripts/update.sh