mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
no need to get region as env var
This commit is contained in:
parent
f66aa25268
commit
321a4505fb
1 changed files with 0 additions and 1 deletions
1
.github/workflows/deploy_terraform.yml
vendored
1
.github/workflows/deploy_terraform.yml
vendored
|
|
@ -197,7 +197,6 @@ jobs:
|
|||
environment_vars: |
|
||||
DB_USERNAME=${{ needs.fetch_db.outputs.db_username }}
|
||||
DB_PASSWORD=${{ needs.fetch_db.outputs.db_password }}
|
||||
AWS_DEFAULT_REGION=${{ secrets.DEV_AWS_REGION }}
|
||||
secrets:
|
||||
AWS_ACCESS_KEY_ID: ${{ secrets.DEV_AWS_ACCESS_KEY_ID }}
|
||||
AWS_SECRET_ACCESS_KEY: ${{ secrets.DEV_AWS_SECRET_ACCESS_KEY }}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue