diff options
| -rwxr-xr-x | deploy.sh | 9 | ||||
| m--------- | themes/chilldark | 0 |
2 files changed, 9 insertions, 0 deletions
diff --git a/deploy.sh b/deploy.sh new file mode 100755 index 0000000..ea4fcfc --- /dev/null +++ b/deploy.sh @@ -0,0 +1,9 @@ +#!/bin/sh + +USER=chad +HOST=fedang.net +DIR=/var/www/html + +hugo && rsync -avz --delete public/ --exclude=/.well-known ${USER}@${HOST}:${DIR} +# this will delete everything on the server that's not in the local public folder + diff --git a/themes/chilldark b/themes/chilldark -Subproject 5d084c968b2b9beb7a76c05ead44e88e97b7a9d +Subproject c59627f3be9315cd8548bdcd912046c73f7f144 |
