Sfoglia il codice sorgente

CI: Another attempt at scp

Alessandro Pignotti 9 mesi fa
parent
commit
5bcdeffb84
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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: |