deploy script

This commit is contained in:
Stef Dunlap 2022-05-16 21:32:50 -04:00
parent 29f0316b44
commit 27431ce695
2 changed files with 8 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
.hugo_build.lock
public

6
deploy.sh Executable file
View File

@ -0,0 +1,6 @@
#!/usr/bin/env bash
set -eux
hugo
rsync -r public/* kindrobot@tilde.town:public_html