mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
database things
This commit is contained in:
parent
091edfdd3a
commit
72df7fbb74
1 changed files with 0 additions and 6 deletions
6
.github/workflows/deploy_terraform.yml
vendored
6
.github/workflows/deploy_terraform.yml
vendored
|
|
@ -154,16 +154,10 @@ jobs:
|
|||
ecr_repo: condition-etl-${{ needs.determine_stage.outputs.stage }}
|
||||
dockerfile_path: backend/condition/handler/Dockerfile
|
||||
build_context: .
|
||||
build_args: |
|
||||
JUNTE=best
|
||||
DEV_DB_HOST=$DEV_DB_HOST
|
||||
AWS_ACCESS_KEY_ID=$AWS_ACCESS_KEY_ID
|
||||
AWS_REGION=$AWS_REGION
|
||||
secrets:
|
||||
AWS_ACCESS_KEY_ID: ${{ secrets.DEV_AWS_ACCESS_KEY_ID }}
|
||||
AWS_SECRET_ACCESS_KEY: ${{ secrets.DEV_AWS_SECRET_ACCESS_KEY }}
|
||||
AWS_REGION: ${{ secrets.DEV_AWS_REGION }}
|
||||
DEV_DB_HOST: ${{ secrets.DEV_DB_HOST }}
|
||||
|
||||
# ============================================================
|
||||
# Deploy Condition ETL Lambda
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue