ci: fix typo

This commit is contained in:
Yuri Iozzelli 2025-04-07 10:40:52 +02:00
parent db2e9a68ef
commit f025f753ed

View File

@ -32,7 +32,7 @@ jobs:
- run:
name: Deploy webvm
command: |
rsync -avz --chown circleci:runtimes webvm/build/ circleci@$havana.leaningtech.com:webvm/
rsync -avz --chown circleci:runtimes webvm/build/ circleci@havana.leaningtech.com:webvm/
workflows:
deploy: