mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
echo variables to check values
This commit is contained in:
parent
7bc5c4e34d
commit
bf1bb72dd7
1 changed files with 2 additions and 0 deletions
2
.github/workflows/deploy_terraform.yml
vendored
2
.github/workflows/deploy_terraform.yml
vendored
|
|
@ -142,6 +142,8 @@ jobs:
|
|||
build_context: .
|
||||
build_args: |
|
||||
JUNTE=best
|
||||
DEV_DB_HOST=$DEV_DB_HOST
|
||||
AWS_ACCESS_KEY_ID=$AWS_ACCESS_KEY_ID
|
||||
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