Skip to content

Commit

Permalink
add known hosts
Browse files Browse the repository at this point in the history
  • Loading branch information
pookmish committed Aug 22, 2019
1 parent 2c5c080 commit 1821b1d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ deploy_branch: &deploy_branch
<<: *defaults
steps:
- *add_ssh
- *add_known_hosts
- attach_workspace:
at: .
- run:
Expand All @@ -138,6 +139,7 @@ deploy_tag: &deploy_tag
<<: *defaults
steps:
- *add_ssh
- *add_known_hosts
- attach_workspace:
at: .
- run:
Expand All @@ -153,6 +155,7 @@ github_release: &github_release
<<: *defaults
steps:
- *add_ssh
- *add_known_hosts
- attach_workspace:
at: .
- run:
Expand Down

0 comments on commit 1821b1d

Please sign in to comment.