Skip to content

Commit

Permalink
Merge branch 'main' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
brown-a2 committed Jun 14, 2024
2 parents 87fb07d + e0d80e7 commit 63d479f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
secrets:
ecr-role: ${{ secrets.DEMO_ECR_ROLE_TO_ASSUME }}
ecr-region: ${{ secrets.DEMO_ECR_REGION }}
ecr-repo: ${{ secrets.DEMO_ECR_REPOSITORY }}
ecr-repo: ${{ secrets.DEMO_ECR_REPO }}
sentry-dsn: ${{ vars.PHP_DSN }}
env-type: ${{ vars.ENV_TYPE }}
cp-user: ${{ secrets.PACKAGIST_USER }}
Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:
secrets:
ecr-role: ${{ secrets.PROD_ECR_ROLE_TO_ASSUME }}
ecr-region: ${{ secrets.PROD_ECR_REGION }}
ecr-repo: ${{ secrets.PROD_ECR_REPOSITORY }}
ecr-repo: ${{ secrets.PROD_ECR_REPO }}
sentry-dsn: ${{ vars.PHP_DSN }}
env-type: ${{ vars.ENV_TYPE }}
cp-user: ${{ secrets.PACKAGIST_USER }}
Expand Down

0 comments on commit 63d479f

Please sign in to comment.