diff options
| -rw-r--r-- | .build.yml | 2 | ||||
| -rw-r--r-- | src/index.html (renamed from index.html) | 0 | ||||
| -rw-r--r-- | src/site.css (renamed from site.css) | 0 | 
3 files changed, 1 insertions, 1 deletions
| @@ -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 diff --git a/index.html b/src/index.html index d1b2b8b..d1b2b8b 100644 --- a/index.html +++ b/src/index.html | 
