summaryrefslogtreecommitdiffstats
path: root/.build.yml
diff options
context:
space:
mode:
Diffstat (limited to '.build.yml')
-rw-r--r--.build.yml2
1 files changed, 1 insertions, 1 deletions
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