CI: Bump to main WebVM domain
This commit is contained in:
parent
930fc96242
commit
ba68b6fe02
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ jobs:
|
||||||
- run:
|
- run:
|
||||||
name: Deploy webvm
|
name: Deploy webvm
|
||||||
command: |
|
command: |
|
||||||
rsync -avz -e "ssh -p ${SSH_PORT}" webvm/build/ leaningtech@${SSH_HOST}:/srv/web/webvm_next/
|
rsync -avz -e "ssh -p ${SSH_PORT}" webvm/build/ leaningtech@${SSH_HOST}:/srv/web/webvm/
|
||||||
|
|
||||||
workflows:
|
workflows:
|
||||||
deploy:
|
deploy:
|
||||||
|
|
Loading…
Reference in a new issue