diff options
| author | Ben Burwell <ben@benburwell.com> | 2019-06-01 21:01:42 -0400 | 
|---|---|---|
| committer | Ben Burwell <ben@benburwell.com> | 2019-06-01 21:01:42 -0400 | 
| commit | 9238db636f807a6576eb0ef91cfdce52b105aeaa (patch) | |
| tree | a203c588832500dcb601475009d513dbb76c9c9e | |
| parent | 73c909092c7a5f569544b19bca8d200b55892d85 (diff) | |
Don't publish extraneous files
| -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 | 
