summaryrefslogtreecommitdiff
path: root/deploy.sh
diff options
context:
space:
mode:
Diffstat (limited to 'deploy.sh')
-rwxr-xr-xdeploy.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/deploy.sh b/deploy.sh
index 23ae8fa..1075eba 100755
--- a/deploy.sh
+++ b/deploy.sh
@@ -3,4 +3,4 @@
SERVER=polaris
DIR=/var/www/html
-hugo && rsync -avz --delete public/ --exclude=/.well-known $SERVER:${DIR}
+hugo --cleanDestinationDir && rsync -avz --delete public/ --exclude=/.well-known $SERVER:${DIR}