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

Commit c6703cb

Browse files
Merge pull request #5 from binary-com/master
pull from upstream
2 parents 4237148 + d14e4c0 commit c6703cb

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.circleci/config.yml

Lines changed: 5 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-
- "c5:a7:d0:64:8d:7c:44:f7:6c:84:a9:b2:67:3e:9d:00"
75+
- "01:67:4a:6d:26:9c:70:c4:1a:60:91:88:d9:dd:f0:83"
7676
- run:
7777
name: Deploy docs to gh-pages branch
7878
command: gh-pages -d www --branch << parameters.target_branch >> --message '[skip ci]'
@@ -145,6 +145,7 @@ jobs:
145145
steps:
146146
- git_checkout_from_cache
147147
- npm_install
148+
- test
148149
- build
149150
- deploy:
150151
target_branch: "staging"
@@ -155,6 +156,7 @@ jobs:
155156
steps:
156157
- git_checkout_from_cache
157158
- npm_install
159+
- test
158160
- build
159161
- deploy:
160162
target_branch: "production"
@@ -165,6 +167,7 @@ jobs:
165167
steps:
166168
- git_checkout_from_cache
167169
- npm_install
170+
- test
168171
- build
169172
- docker:
170173
target: "production"
@@ -187,7 +190,7 @@ workflows:
187190
ignore: /.*/
188191
tags:
189192
only: /^production.*/
190-
- release_production:
193+
- release_aws_production:
191194
filters:
192195
branches:
193196
ignore: /.*/

0 commit comments

Comments
 (0)