Changed something

This commit is contained in:
Morgan 2023-10-31 16:18:24 +09:00
parent fe1160f30a
commit cb6a793103
2 changed files with 2 additions and 8 deletions

View File

@ -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

View File

@ -1,7 +1,4 @@
#!/bin/bash
cd /srv/blog
git pull
hugo
./scripts/build.sh