Skip to content

Commit

Permalink
Merge branch 'main' into demo
Browse files Browse the repository at this point in the history
  • Loading branch information
brown-a2 committed Jun 14, 2024
2 parents 4f1c89b + e0d80e7 commit 2e77930
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
secrets:
ecr-role: ${{ secrets.DEV_ECR_ROLE_TO_ASSUME }}
ecr-region: ${{ secrets.DEV_ECR_REGION }}
ecr-repo: ${{ secrets.DEV_ECR_REPOSITORY }}
ecr-repo: ${{ secrets.DEV_ECR_REPO }}
sentry-dsn: ${{ vars.PHP_DSN }}
env-type: ${{ vars.ENV_TYPE }}
cp-user: ${{ secrets.PACKAGIST_USER }}
Expand Down 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 2e77930

Please sign in to comment.