File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments