update.sh: Script for my server to use.
This commit is contained in:
parent
64486ede2a
commit
319a4f910f
1 changed files with 7 additions and 0 deletions
7
update.sh
Normal file
7
update.sh
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
git pull
|
||||||
|
|
||||||
|
hugo
|
||||||
|
|
||||||
|
exit
|
||||||
Loading…
Add table
Reference in a new issue