Skip to content

Commit afa5745

Browse files
authored
[skip ci] Refactor contexts (#778)
1 parent 210be5d commit afa5745

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.circleci/config.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,13 +138,15 @@ workflows:
138138
jobs:
139139
- deploy-to-stage:
140140
context:
141-
- Gruntwork Platform CI
141+
- SLACK__WEBHOOK__team-platform
142+
- AWS__DOGFOOD_SECURITY__gruntwork-website-ci
142143
filters:
143144
branches:
144145
only: master
145146
- deploy-to-prod:
146147
context:
147-
- Gruntwork Platform CI
148+
- SLACK__WEBHOOK__team-platform
149+
- AWS__DOGFOOD_SECURITY__gruntwork-website-ci
148150
filters:
149151
tags:
150152
only: /^v.*/

0 commit comments

Comments
 (0)