]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
circleci: Add configured SSH key for doc deployment
authorPieter Lexis <pieter.lexis@powerdns.com>
Thu, 13 Jun 2019 08:40:54 +0000 (10:40 +0200)
committerPieter Lexis <pieter.lexis@powerdns.com>
Thu, 13 Jun 2019 08:40:54 +0000 (10:40 +0200)
.circleci/config.yml

index 29fd4c973e6e72629fea6306aae27dd5c07fc260..b86a889a7ff0fb2e1a5aff977e08ac9badc86dc4 100644 (file)
@@ -38,6 +38,9 @@ commands:
     steps:
       - run:
           command: mkdir -p $HOME/.ssh && echo "${DOCS_HOST} ${DOCS_FINGERPRINT}" > $HOME/.ssh/known_hosts
+      - add_ssh_keys:
+          fingerprints:
+            - "3e:0a:aa:2c:30:69:89:f3:eb:17:c1:3f:3b:78:40:7a"
 
   auth-regress-setup:
     description: Prepare the environment for auth regression tests