summaryrefslogtreecommitdiff
path: root/deploy.sh
diff options
context:
space:
mode:
authorFederico Angelilli <code@fedang.net>2025-01-08 16:02:32 +0100
committerFederico Angelilli <code@fedang.net>2025-01-08 16:02:32 +0100
commitb95856d179d04f25b849282ecba19b4e1ec9c8e8 (patch)
treecb577df2c4c7fe2aad3ee8033baaac53d6ee6a60 /deploy.sh
parentfbe0cbbda2c50b44948aa8cc8ca871f408f7dbf0 (diff)
Update theming
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}