Browse Source

gogs key scan

Luciano Andrade 7 years ago
parent
commit
fd8b931788
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .drone.yml

+ 1 - 0
.drone.yml

@@ -25,6 +25,7 @@ pipeline:
       - ssh-keyscan bitbucket.org >> ~/.ssh/known_hosts
       - ssh-keyscan -p222 200.50.168.30 >> ~/.ssh/known_hosts
       - ssh-keyscan -p222 infra.flowdat.com >> ~/.ssh/known_hosts
+      - ssh-keyscan -p222 gogs.infra.flowdat.com >> ~/.ssh/known_hosts
       - chmod 0400 keys/bitbucket.id_rsa
       - eval $(ssh-agent); ssh-add keys/bitbucket.id_rsa
       - composer update -n