Skip to content

Commit

Permalink
Update circle ssh config fingerprints. (#3600)
Browse files Browse the repository at this point in the history
  • Loading branch information
dkinzer authored Jan 12, 2023
1 parent 5e83f8d commit 5e1192b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
- checkout
- add_ssh_keys:
fingerprints:
- "f7:95:df:23:81:5e:03:3e:73:0f:de:6f:1d:47:be:96"
- "96:52:81:94:2a:1f:32:82:cd:b5:2d:e3:e3:9e:9d:08"
- run:
command: bash .circleci/deploy-qa.sh

Expand All @@ -148,7 +148,7 @@ jobs:
- checkout
- add_ssh_keys:
fingerprints:
- "f7:95:df:23:81:5e:03:3e:73:0f:de:6f:1d:47:be:96"
- "96:52:81:94:2a:1f:32:82:cd:b5:2d:e3:e3:9e:9d:08"
- run:
command: bash .circleci/deploy-stage.sh

Expand All @@ -164,7 +164,7 @@ jobs:
- checkout
- add_ssh_keys:
fingerprints:
- "f7:95:df:23:81:5e:03:3e:73:0f:de:6f:1d:47:be:96"
- "96:52:81:94:2a:1f:32:82:cd:b5:2d:e3:e3:9e:9d:08"
- run:
command: bash .circleci/deploy-prod.sh

Expand Down

0 comments on commit 5e1192b

Please sign in to comment.