From ce8221192efeaf73f47d428afe836719e493b853 Mon Sep 17 00:00:00 2001 From: heyarne Date: Sat, 14 Dec 2019 10:18:38 +0100 Subject: [PATCH] Add deploy key --- .circleci/config.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 380867f..dbd7293 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -29,6 +29,9 @@ jobs: docker: - image: circleci/openjdk:11-jdk-stretch-node-browsers steps: + - add_ssh_keys: + fingerprints: + - "85:2f:28:0f:b9:45:b8:f1:0f:c2:0a:1c:5e:4d:a2:06" - checkout - restore_cache: keys: @@ -54,6 +57,9 @@ jobs: docker: - image: circleci/openjdk:11-jdk-stretch-node-browsers steps: + - add_ssh_keys: + fingerprints: + - "85:2f:28:0f:b9:45:b8:f1:0f:c2:0a:1c:5e:4d:a2:06" - checkout - attach_workspace: at: /home/circleci/repo/public