Skip to content

Commit

Permalink
more nesting
Browse files Browse the repository at this point in the history
  • Loading branch information
rasmuswinter authored Oct 15, 2024
1 parent 0631ea4 commit 668b9f0
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ workflows:
deploy-staging:
jobs:
- aws-ecr/build-and-push-image:
machine:
image: ubuntu-2004:edge
executor:
machine:
image: ubuntu-2004:edge
context:
- ecs-deploys
filters:
Expand All @@ -33,8 +34,9 @@ workflows:
deploy-production:
jobs:
- aws-ecr/build-and-push-image:
machine:
image: ubuntu-2004:edge
executor:
machine:
image: ubuntu-2004:edge
context:
- ecs-deploys
filters:
Expand Down

0 comments on commit 668b9f0

Please sign in to comment.