diff options
author | Matthew Lemon <y@yulqen.org> | 2023-05-11 15:09:59 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2023-05-11 15:09:59 +0100 |
commit | a2502c54e745695876d1fedc3d565cfa369eaa0d (patch) | |
tree | 914daa9f68530af2e31e41bce14b5ec7c306a42a | |
parent | 22513ffbc22e05b785fa87ac08d3bc522c0940f8 (diff) |
Updates build source directory
-rw-r--r-- | .build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |