Skip to content

Commit 084ba3e

Browse files
committed
chore: add circle context to all required steps
1 parent e511407 commit 084ba3e

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.circleci/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1038,6 +1038,7 @@ workflows:
10381038
MERGE_TO_MASTER:
10391039
jobs:
10401040
- publish:
1041+
context: nodejs-app-release-public
10411042
filters:
10421043
branches:
10431044
only:
@@ -1137,6 +1138,7 @@ workflows:
11371138
- integration_tests_helm
11381139
- integration_tests_proxy
11391140
- deploy_to_dev:
1141+
context: nodejs-app-release-public
11401142
filters:
11411143
branches:
11421144
only:

.circleci/config/@config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ workflows:
9595
- integration_tests_proxy
9696
<<: *staging_branch_only_filter
9797
- deploy_to_dev:
98+
context: nodejs-app-release-public
9899
requires:
99100
- tag_and_push
100101
<<: *staging_branch_only_filter
@@ -106,6 +107,7 @@ workflows:
106107
MERGE_TO_MASTER:
107108
jobs:
108109
- publish:
110+
context: nodejs-app-release-public
109111
<<: *master_branch_only_filter
110112
- deploy_to_prod:
111113
requires:

0 commit comments

Comments
 (0)