Changed something
This commit is contained in:
parent
fe1160f30a
commit
cb6a793103
|
@ -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
|
||||
|
|
|
@ -1,7 +1,4 @@
|
|||
#!/bin/bash
|
||||
|
||||
cd /srv/blog
|
||||
|
||||
git pull
|
||||
|
||||
hugo
|
||||
./scripts/build.sh
|
||||
|
|
Loading…
Reference in New Issue