From 1821b1d3c574fbe73a9a197af0ba93ace7e2d31a Mon Sep 17 00:00:00 2001 From: Mike Decker Date: Thu, 22 Aug 2019 10:45:17 -0700 Subject: [PATCH] add known hosts --- .circleci/config.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 82870e9f8b..63ff2ddbaa 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -123,6 +123,7 @@ deploy_branch: &deploy_branch <<: *defaults steps: - *add_ssh + - *add_known_hosts - attach_workspace: at: . - run: @@ -138,6 +139,7 @@ deploy_tag: &deploy_tag <<: *defaults steps: - *add_ssh + - *add_known_hosts - attach_workspace: at: . - run: @@ -153,6 +155,7 @@ github_release: &github_release <<: *defaults steps: - *add_ssh + - *add_known_hosts - attach_workspace: at: . - run: