aboutsummaryrefslogtreecommitdiff
path: root/.build.yml
diff options
context:
space:
mode:
authorBen Burwell <ben@benburwell.com>2019-06-01 21:01:42 -0400
committerBen Burwell <ben@benburwell.com>2019-06-01 21:01:42 -0400
commit9238db636f807a6576eb0ef91cfdce52b105aeaa (patch)
treea203c588832500dcb601475009d513dbb76c9c9e /.build.yml
parent73c909092c7a5f569544b19bca8d200b55892d85 (diff)
Don't publish extraneous files
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 b0a9e7b..e7d618e 100644
--- a/.build.yml
+++ b/.build.yml
@@ -14,4 +14,4 @@ triggers:
tasks:
- deploy: |
sshopts="-o StrictHostKeyChecking=no"
- rsync --rsh="ssh $sshopts" -rP $site/ bburwell@$site:$site
+ rsync --delete --rsh="ssh $sshopts" -rP $site/src/ bburwell@$site:$site