Skip to content

Commit

Permalink
Config tweaks to disable diff on staging and prod
Browse files Browse the repository at this point in the history
  • Loading branch information
ianconsolata committed Oct 2, 2022
1 parent 3ed764f commit 59193ad
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ workflows:
branches:
only: staging
- helmfile-apply:
name: apply/production
name: apply/staging
env: staging
context:
- kube-primary
Expand All @@ -107,7 +107,9 @@ workflows:
- mysilio-me-smtp
filters:
branches:
ignore: main|staging
ignore:
- main
- staging
- helmfile-diff:
name: diff/production
env: production
Expand All @@ -118,4 +120,6 @@ workflows:
- mysilio-me-smtp
filters:
branches:
ignore: main|staging
ignore:
- main
- staging

0 comments on commit 59193ad

Please sign in to comment.