Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

Commit

Permalink
Do stage deploy first, before other steps
Browse files Browse the repository at this point in the history
  • Loading branch information
ianb committed Feb 25, 2019
1 parent ecb98b0 commit 9aa4af7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,12 @@ workflows:
build_test_deploy:
jobs:
- build
- deploy_stage:
requires:
- build
filters:
branches:
only: server-prod
- test:
requires:
- build
Expand All @@ -158,9 +164,3 @@ workflows:
filters:
branches:
only: master
- deploy_stage:
requires:
- build
filters:
branches:
only: server-prod

0 comments on commit 9aa4af7

Please sign in to comment.