CI: Fix ssh host variable
This commit is contained in:
parent
000f925216
commit
b2ae6881d6
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ jobs:
|
|||
- run:
|
||||
name: Deploy webvm
|
||||
command: |
|
||||
scp -rP $SSH_PORT webvm/build/* leaningtech@SSH_HOST:/srv/web/webvm_next/
|
||||
scp -rP $SSH_PORT webvm/build/* leaningtech@${SSH_HOST}:/srv/web/webvm_next/
|
||||
|
||||
workflows:
|
||||
deploy:
|
||||
|
|
Loading…
Reference in a new issue