Skip to content

Commit

Permalink
BAU: More live image fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
willfish committed Nov 9, 2023
1 parent d45e751 commit 86bfed7
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .circleci/config.yml
Expand Up @@ -379,6 +379,11 @@ workflows:

deploy-to-production:
jobs:
- build:
name: build-live
context: trade-tariff
<<: *filter-main

- write-docker-tag:
name: write-docker-tag-prod
environment: production
Expand All @@ -402,16 +407,9 @@ workflows:
- promote-to-production?
<<: *filter-main

- build:
name: build-live
context: trade-tariff
<<: *filter-release

- deploy-production:
context: trade-tariff
<<: *filter-release
requires:
- build-live

- write-docker-tag:
name: write-docker-tag-prod-release
Expand Down

0 comments on commit 86bfed7

Please sign in to comment.