First commit.
This commit is contained in:
commit
70eacb2517
41 changed files with 2970 additions and 0 deletions
5
build.sh
Executable file
5
build.sh
Executable file
|
@ -0,0 +1,5 @@
|
|||
hugo
|
||||
rsync -arP --delete public/* root@server:/var/www/site
|
||||
git add .
|
||||
git commit -m "Site rebuild"
|
||||
git push
|
Loading…
Add table
Add a link
Reference in a new issue