From 0f85f2165f8099c019806770143c6296ffad364b Mon Sep 17 00:00:00 2001 From: Wesley Moore Date: Thu, 26 Aug 2021 19:23:18 +1000 Subject: [PATCH] Add --delete to deployment rsync --- v2/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2/Makefile b/v2/Makefile index 8822de8..438d0d7 100644 --- a/v2/Makefile +++ b/v2/Makefile @@ -4,4 +4,4 @@ all: deploy: zola build - rsync -avzhP public/ hardforze.binarytrance.com:infrastructure/volumes/www/wezm.net/v2/ + rsync -avzhP --delete public/ hardforze.binarytrance.com:infrastructure/volumes/www/wezm.net/v2/