add deploy script

This commit is contained in:
xenofem 2020-10-14 20:52:25 -04:00
parent 1a806ef2c8
commit 77b8398175

5
deploy.sh Executable file
View file

@ -0,0 +1,5 @@
#!/bin/bash
set -euxf -o pipefail
hugo --cleanDestinationDir
rsync -avz --delete public/ xs:mindjack.xeno.science/