More hugo conversion, deploy script
This commit is contained in:
4
scripts/deploy
Executable file
4
scripts/deploy
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/sh
|
||||
|
||||
./scripts/hugo
|
||||
rsync --delete-after -avzr public/ verin.brechtel:/nas/www/willfullyobtuse.com
|
||||
3
scripts/hugo
Executable file
3
scripts/hugo
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
docker run -p 1313:1313 --rm --workdir=/site -v .:/site hugomods/hugo:base hugo $@
|
||||
Reference in New Issue
Block a user