From: Pieter Lexis Date: Thu, 13 Jun 2019 08:40:54 +0000 (+0200) Subject: circleci: Add configured SSH key for doc deployment X-Git-Tag: dnsdist-1.4.0-rc1~139 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d550fcf8b1f18871a5a88aa1b5b327259bea3a1f;p=thirdparty%2Fpdns.git circleci: Add configured SSH key for doc deployment --- diff --git a/.circleci/config.yml b/.circleci/config.yml index 29fd4c973e..b86a889a7f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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