Skip to content
This repository was archived by the owner on Feb 22, 2024. It is now read-only.

Commit dcf644a

Browse files
update ssh key
1 parent 70b4129 commit dcf644a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ commands:
7272
git config user.name "ci-build"
7373
- add_ssh_keys:
7474
fingerprints:
75-
- "01:67:4a:6d:26:9c:70:c4:1a:60:91:88:d9:dd:f0:83"
75+
- "c5:a7:d0:64:8d:7c:44:f7:6c:84:a9:b2:67:3e:9d:00"
7676
- run:
7777
name: Deploy docs to gh-pages branch
7878
command: gh-pages -d www --branch << parameters.target_branch >>
@@ -192,5 +192,5 @@ workflows:
192192
branches:
193193
ignore: /.*/
194194
tags:
195-
only: /^aws\-production.*/
195+
only: /^production.*/
196196
context: binary-frontend-artifact-upload

0 commit comments

Comments
 (0)