Move deployed instance to /var/www/

master
Drew DeVault 2017-11-26 10:43:52 -05:00
parent 7f17d52428
commit 47108db1e5
1 changed files with 2 additions and 2 deletions

View File

@ -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/