Skip to content

Commit

Permalink
Test deploy in old clusters
Browse files Browse the repository at this point in the history
  • Loading branch information
aalcalded committed Jun 19, 2023
1 parent cfb74d6 commit 7695605
Showing 1 changed file with 16 additions and 15 deletions.
31 changes: 16 additions & 15 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,19 +111,20 @@ workflows:
- dockerhub
requires:
- pytest
# - deploy-to-stage:
# context: global-staging
# requires:
# - build-and-push-image
# filters:
# branches:
# only:
# - master
# - deploy-to-production:
# context: global-production
# requires:
# - deploy-to-stage
# filters:
# branches:
# only: master
- deploy-to-stage:
context: global-staging
requires:
- build-and-push-image
filters:
branches:
only:
- master
- deploy-to-production:
context: global-production
requires:
- deploy-to-stage
filters:
branches:
only:
- master

0 comments on commit 7695605

Please sign in to comment.