add deploy script
This commit is contained in:
parent
2b4ca1a88e
commit
a6013bef3e
1 changed files with 4 additions and 0 deletions
4
deploy.sh
Executable file
4
deploy.sh
Executable file
|
@ -0,0 +1,4 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
rm -rf ./public
|
||||||
|
hugo && rsync -rvz --delete ./public/ wires.systems:/var/www/html
|
Loading…
Add table
Reference in a new issue