Skip to content

Commit d51e339

Browse files
author
Marina Limeira
committed
Move build-and-deploy to separate steps
1 parent f5d6be6 commit d51e339

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

.circleci/config.yml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,14 +117,24 @@ workflows:
117117
context:
118118
- AWS__PHXDEVOPS__circle-ci-test
119119
- GITHUB__PAT__gruntwork-ci
120-
- build-and-deploy:
120+
- build:
121121
requires:
122122
- test
123123
filters:
124124
tags:
125125
only: /^v.*/
126-
branches:
126+
context:
127+
- AWS__PHXDEVOPS__circle-ci-test
128+
- GITHUB__PAT__gruntwork-ci
129+
- deploy:
130+
requires:
131+
- build
132+
filters:
133+
tags:
134+
only: /^v.*/
135+
branches:
127136
ignore: /.*/
128137
context:
129138
- AWS__PHXDEVOPS__circle-ci-test
130139
- GITHUB__PAT__gruntwork-ci
140+
- APPLE__OSX__code-signing

0 commit comments

Comments
 (0)