mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
revert back to working version
This commit is contained in:
parent
0fa9f8bd43
commit
688290486a
2 changed files with 5 additions and 3 deletions
1
.github/workflows/deploy_terraform.yml
vendored
1
.github/workflows/deploy_terraform.yml
vendored
|
|
@ -142,7 +142,6 @@ jobs:
|
|||
build_context: .
|
||||
build_args: |
|
||||
JUNTE=best
|
||||
DEV_DB_HOST=${{ secrets.DEV_DB_HOST }}
|
||||
secrets:
|
||||
AWS_ACCESS_KEY_ID: ${{ secrets.DEV_AWS_ACCESS_KEY_ID }}
|
||||
AWS_SECRET_ACCESS_KEY: ${{ secrets.DEV_AWS_SECRET_ACCESS_KEY }}
|
||||
|
|
|
|||
|
|
@ -5,8 +5,11 @@ FROM public.ecr.aws/lambda/python:3.11
|
|||
# ARG EPC_AUTH_TOKEN
|
||||
|
||||
|
||||
ARG DEV_DB_HOST
|
||||
ENV DEV_DB_HOST=${DEV_DB_HOST}
|
||||
# ARG DEV_DB_HOST
|
||||
ARG JUNTE
|
||||
ENV JUNTE=${JUNTE}
|
||||
|
||||
# ENV DEV_DB_HOST=${DEV_DB_HOST}
|
||||
|
||||
# Set working directory (Lambda task root)
|
||||
WORKDIR /var/task
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue