From 943574dbabd90d339c474a32fb24f8b167166be1 Mon Sep 17 00:00:00 2001 From: Pim van Pelt Date: Sun, 18 Sep 2022 11:13:15 +0200 Subject: [PATCH] Ensure remote repo doesn't have dangling files --- push.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/push.sh b/push.sh index 9d1c584..f620233 100755 --- a/push.sh +++ b/push.sh @@ -1,4 +1,4 @@ #!/bin/sh hugo -D --cleanDestinationDir -rsync -avugP public/ pap@2022roadtripnose.weirdnet.nl:2022roadtripnose/ +rsync -avugP --delete public/ pap@2022roadtripnose.weirdnet.nl:2022roadtripnose/