Skip to content

Commit

Permalink
refactor: use org var for AWS region
Browse files Browse the repository at this point in the history
  • Loading branch information
fibble committed Nov 13, 2024
1 parent f0aa848 commit 81b6b9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ env:
REGISTRY: 054614622558.dkr.ecr.eu-west-1.amazonaws.com
REGISTRY_MIRROR: ghcr.io
AWS_OIDC_ROLE: ${{ vars.ACCOUNT_NONPROD_TF_OIDC_ROLE }}
AWS_REGION: ${{ vars.DVSA_AWS_REGION }}

jobs:
lint:
Expand Down
2 changes: 1 addition & 1 deletion app/api/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ phpcs.xml
phpstan.neon
phpunit.xml
psalm.xml
# Trigger CD - 2024-11-13-1600
# Trigger CD - 2024-11-13-1645

0 comments on commit 81b6b9d

Please sign in to comment.