Changed something
This commit is contained in:
parent
fe1160f30a
commit
cb6a793103
|
@ -1,7 +1,4 @@
|
||||||
git add $(git rev-parse --show-toplevel)
|
git add $(git rev-parse --show-toplevel)
|
||||||
|
git commit -m 'Changed something'
|
||||||
git commit -m 'edited post'
|
|
||||||
|
|
||||||
git push origin
|
git push origin
|
||||||
|
|
||||||
ssh web /srv/blog/scripts/update.sh
|
ssh web /srv/blog/scripts/update.sh
|
||||||
|
|
|
@ -1,7 +1,4 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
cd /srv/blog
|
cd /srv/blog
|
||||||
|
|
||||||
git pull
|
git pull
|
||||||
|
./scripts/build.sh
|
||||||
hugo
|
|
||||||
|
|
Loading…
Reference in New Issue