Browse Source

ci: fix typo

Yuri Iozzelli 3 months ago
parent
commit
f025f753ed
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .circleci/config.yml

+ 1 - 1
.circleci/config.yml

@@ -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: