Browse Source

CI: Another attempt at scp

Alessandro Pignotti 9 months ago
parent
commit
5bcdeffb84
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .circleci/config.yml

+ 1 - 1
.circleci/config.yml

@@ -14,7 +14,7 @@ jobs:
           command: |
             mkdir -p ~/.ssh
             echo $GH_HOST >> ~/.ssh/known_hosts
-            echo $FTP_HOST >> ~/.ssh/known_hosts
+            echo $RPM_HOST >> ~/.ssh/known_hosts
       - run:
           name: Install NPM
           command: |