From fd74f47335c98c6500362c5b7ef17958915fe196 Mon Sep 17 00:00:00 2001 From: Ben Fiedler Date: Mon, 4 Jan 2021 12:29:26 +0100 Subject: [PATCH] Also delete old content --- .build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.build.yml b/.build.yml index fffa39a..2861239 100644 --- a/.build.yml +++ b/.build.yml @@ -35,4 +35,4 @@ tasks: mkdir -p $HOME/.ssh echo $webhost $hostkey > $HOME/.ssh/known_hosts cd website - rsync -rdP public/ $user@$webhost: + rsync -rdP --delete public/ $user@$webhost: -- 2.30.1