CI: Argument order
This commit is contained in:
parent
ecbea46e41
commit
9b9e8ffe44
@ -31,7 +31,7 @@ jobs:
|
|||||||
- run:
|
- run:
|
||||||
name: Deploy webvm
|
name: Deploy webvm
|
||||||
command: |
|
command: |
|
||||||
scp -rPv $SSH_PORT webvm/build/* leaningtech@${SSH_HOST}:/srv/web/webvm_next/
|
scp -rvP $SSH_PORT webvm/build/* leaningtech@${SSH_HOST}:/srv/web/webvm_next/
|
||||||
|
|
||||||
workflows:
|
workflows:
|
||||||
deploy:
|
deploy:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user