summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Burwell <ben@benburwell.com>2019-08-27 15:13:39 -0400
committerBen Burwell <ben@benburwell.com>2019-08-27 15:13:39 -0400
commit50439f6e6897e7936130e7b03b0452fa54d2d3a7 (patch)
tree5d53059fb96c2f0c464ff5237cab84175aa0e063
parent0dc04812456434b475fda80858fcffeed1232a8a (diff)
Use src dir
-rw-r--r--.build.yml2
-rw-r--r--src/index.html (renamed from index.html)0
-rw-r--r--src/medicmate.css (renamed from medicmate.scss)0
3 files changed, 1 insertions, 1 deletions
diff --git a/.build.yml b/.build.yml
index 3b5f959..2b2ccff 100644
--- a/.build.yml
+++ b/.build.yml
@@ -12,4 +12,4 @@ triggers:
tasks:
- deploy: |
sshopts="-o StrictHostKeyChecking=no"
- rsync --delete --rsh="ssh $sshopts" -rP $site deploy@$site:$site
+ rsync --delete --rsh="ssh $sshopts" -rP $site/src deploy@$site:$site
diff --git a/index.html b/src/index.html
index b388b39..b388b39 100644
--- a/index.html
+++ b/src/index.html
diff --git a/medicmate.scss b/src/medicmate.css
index 54174fc..54174fc 100644
--- a/medicmate.scss
+++ b/src/medicmate.css