From a2502c54e745695876d1fedc3d565cfa369eaa0d Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Thu, 11 May 2023 15:09:59 +0100 Subject: Updates build source directory --- .build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.build.yml b/.build.yml index 204071d..d9ca06d 100644 --- a/.build.yml +++ b/.build.yml @@ -11,6 +11,6 @@ tasks: - deploy: | cd twentyfoursoftware.co.uk sshopts="ssh -o StrictHostKeyChecking=no -p 2222" - rsync -azr --rsh="$sshopts" public/ $deploy:/var/www/twentyfoursoftware.co.uk/ --exclude Makefile --exclude .git --exclude .htaccess --delete + rsync -azr --rsh="$sshopts" . $deploy:/var/www/twentyfoursoftware.co.uk/ --exclude Makefile --exclude .git --exclude .htaccess --delete -- cgit v1.2.3