Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ env:
TURBO_CACHE: remote:rw

AWS_REGION: eu-central-1
AWS_ECR_ACCOUNT_ID: 469596578827
AWS_DEPLOY_ACCOUNT_ID: 054238437032
AWS_ECR_ACCOUNT_ID: "469596578827"
AWS_DEPLOY_ACCOUNT_ID: "054238437032"
OIDC_HASH_CD_PUSH_ROLE: github-oidc-hash-cd-push
OIDC_HASH_CD_DEPLOY_ROLE: github-oidc-hash-cd-deploy

Expand Down
Loading