Skip to content

Commit 98349cb

Browse files
authored
[skip ci] Refactor contexts (#114)
1 parent 406aa06 commit 98349cb

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.circleci/config.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,15 @@ workflows:
3434
jobs:
3535
- test:
3636
context:
37-
- Gruntwork Admin
37+
- AWS__PHXDEVOPS__circle-ci-test
38+
- GITHUB__PAT__gruntwork-ci
3839
filters:
3940
tags:
4041
only: /^v.*/
4142
- build:
4243
context:
43-
- Gruntwork Admin
44+
- AWS__PHXDEVOPS__circle-ci-test
45+
- GITHUB__PAT__gruntwork-ci
4446
requires:
4547
- test
4648
filters:
@@ -49,7 +51,8 @@ workflows:
4951

5052
- deploy:
5153
context:
52-
- Gruntwork Admin
54+
- AWS__PHXDEVOPS__circle-ci-test
55+
- GITHUB__PAT__gruntwork-ci
5356
requires:
5457
- build
5558
filters:

0 commit comments

Comments
 (0)