Skip to content

Commit

Permalink
[skip ci] Refactor contexts (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
eak12913 authored Mar 28, 2023
1 parent 406aa06 commit 98349cb
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,15 @@ workflows:
jobs:
- test:
context:
- Gruntwork Admin
- AWS__PHXDEVOPS__circle-ci-test
- GITHUB__PAT__gruntwork-ci
filters:
tags:
only: /^v.*/
- build:
context:
- Gruntwork Admin
- AWS__PHXDEVOPS__circle-ci-test
- GITHUB__PAT__gruntwork-ci
requires:
- test
filters:
Expand All @@ -49,7 +51,8 @@ workflows:

- deploy:
context:
- Gruntwork Admin
- AWS__PHXDEVOPS__circle-ci-test
- GITHUB__PAT__gruntwork-ci
requires:
- build
filters:
Expand Down

0 comments on commit 98349cb

Please sign in to comment.