From cb6a7931035d074512154ea17a13f0f1361d5079 Mon Sep 17 00:00:00 2001 From: Morgan Date: Tue, 31 Oct 2023 16:18:24 +0900 Subject: [PATCH] Changed something --- scripts/push.sh | 5 +---- scripts/update.sh | 5 +---- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/scripts/push.sh b/scripts/push.sh index 82b0086..b133508 100755 --- a/scripts/push.sh +++ b/scripts/push.sh @@ -1,7 +1,4 @@ git add $(git rev-parse --show-toplevel) - -git commit -m 'edited post' - +git commit -m 'Changed something' git push origin - ssh web /srv/blog/scripts/update.sh diff --git a/scripts/update.sh b/scripts/update.sh index 10cb6a0..c5204e8 100755 --- a/scripts/update.sh +++ b/scripts/update.sh @@ -1,7 +1,4 @@ #!/bin/bash - cd /srv/blog - git pull - -hugo +./scripts/build.sh