Skip to content

Commit

Permalink
Adding a specific ssh key fingerprint to use for pushing back to loki…
Browse files Browse the repository at this point in the history
… repo
  • Loading branch information
slim-bean committed Apr 3, 2019
1 parent 625bf19 commit d75212d
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 @@ -143,6 +143,9 @@ jobs:
publish-helm:
<<: *defaults
steps:
- add_ssh_keys:
fingerprints:
- "5a:d3:08:5e:f7:53:a0:c4:e9:5d:83:c6:02:6a:d9:bd"
- checkout
- run: make helm-publish

Expand Down

0 comments on commit d75212d

Please sign in to comment.