CI: Argument order

This commit is contained in:
Alessandro Pignotti 2024-10-14 20:01:27 +02:00
parent ecbea46e41
commit 9b9e8ffe44

View file

@ -31,7 +31,7 @@ jobs:
- run:
name: Deploy webvm
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:
deploy: