Skip to content

Commit

Permalink
test 2
Browse files Browse the repository at this point in the history
  • Loading branch information
sanbotto committed Jun 5, 2024
1 parent 2f8f45f commit ff1fb66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
env:
APP_NAME: test
CLUSTER_NAME: ${{ github.ref == 'refs/heads/main' && 'test-prod' || 'test-staging' }}
ECR_REGISTRY: ${{ vars.AWS_ACCOUNT_ID }}.dkr.ecr.${{ github.ref == 'refs/heads/main' && vars.PROD_AWS_REGION || vars.STAGING_AWS_REGION }}.amazonaws.com
ECR_REGISTRY: ${{ secrets.AWS_ACCOUNT_ID }}.dkr.ecr.${{ github.ref == 'refs/heads/main' && vars.PROD_AWS_REGION || vars.STAGING_AWS_REGION }}.amazonaws.com
ENV: test
HELM_VALUES: deploy/values.yml
DOMAIN_NAME: test.com
Expand Down

0 comments on commit ff1fb66

Please sign in to comment.