added deploy script
This commit is contained in:
parent
305f58dd8b
commit
f6e54f87f6
8
xavishobbies/deploy
Executable file
8
xavishobbies/deploy
Executable file
@ -0,0 +1,8 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
USER=
|
||||||
|
HOST=
|
||||||
|
DIR=
|
||||||
|
|
||||||
|
hugo && rsync -avz --delete public/ ${USER}@${HOST}:${DIR}
|
||||||
|
|
||||||
|
exit 0
|
Loading…
Reference in New Issue
Block a user