Move deployed instance to /var/www/
This commit is contained in:
parent
7f17d52428
commit
47108db1e5
|
@ -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/
|
||||
|
|
Loading…
Reference in New Issue
Block a user