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