From 47108db1e5b454bdc5baa1e1f2ffc46c8409bf69 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Sun, 26 Nov 2017 10:43:52 -0500 Subject: [PATCH] Move deployed instance to /var/www/ --- .build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.build.yml b/.build.yml index 6de7e94..cff574b 100644 --- a/.build.yml +++ b/.build.yml @@ -19,5 +19,5 @@ tasks: - deploy: | cd receptor sshopts="-o StrictHostKeyChecking=no" - rsync --rsh="ssh $sshopts" -rP index.html ${deploy}:/var/html/web.synapse-bt.org/ - rsync --rsh="ssh $sshopts" -rP dist ${deploy}:/var/html/web.synapse-bt.org/ + rsync --rsh="ssh $sshopts" -rP index.html ${deploy}:/var/www/web.synapse-bt.org/ + rsync --rsh="ssh $sshopts" -rP dist ${deploy}:/var/www/web.synapse-bt.org/