aboutsummaryrefslogtreecommitdiff
path: root/.build.yml
diff options
context:
space:
mode:
Diffstat (limited to '.build.yml')
-rw-r--r--.build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.build.yml b/.build.yml
index caba076..4f3a29b 100644
--- a/.build.yml
+++ b/.build.yml
@@ -21,5 +21,5 @@ tasks:
tar -C build -cvz . > ../site.tar.gz
- upload: |
sshopts="ssh -o StrictHostKeyChecking=no"
- rsync --rsh="$sshopts" -ruz adast.dk/build/ $deploy:/var/www/adast.dk
+ rsync --rsh="$sshopts" -ruz --delete adast.dk/build/ $deploy:/var/www/adast.dk
hut pages publish -d $mirror site.tar.gz