1 files changed, 1 insertions(+), 1 deletions(-)
M .build.yml
M .build.yml => .build.yml +1 -1
@@ 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: