mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-07-12 13:29:04 +00:00
changes to try and get it to work
This commit is contained in:
parent
ee2eba11e5
commit
216f32709f
2 changed files with 3 additions and 3 deletions
4
.github/workflows/_build_image.yml
vendored
4
.github/workflows/_build_image.yml
vendored
|
|
@ -75,8 +75,8 @@ jobs:
|
||||||
while IFS= read -r line; do
|
while IFS= read -r line; do
|
||||||
# skip empty lines
|
# skip empty lines
|
||||||
[ -n "$line" ] || continue
|
[ -n "$line" ] || continue
|
||||||
line=$(eval echo "$line")
|
temp=$(eval echo "$line")
|
||||||
BUILD_ARGS="$BUILD_ARGS --build-arg $line"
|
BUILD_ARGS="$BUILD_ARGS --build-arg $temp"
|
||||||
done <<< "${{ inputs.build_args }}"
|
done <<< "${{ inputs.build_args }}"
|
||||||
|
|
||||||
docker build \
|
docker build \
|
||||||
|
|
|
||||||
2
.github/workflows/deploy_terraform.yml
vendored
2
.github/workflows/deploy_terraform.yml
vendored
|
|
@ -142,7 +142,7 @@ jobs:
|
||||||
build_context: .
|
build_context: .
|
||||||
build_args: |
|
build_args: |
|
||||||
JUNTE=best
|
JUNTE=best
|
||||||
DEV_DB_HOST=\${DEV_DB_HOST}
|
DEV_DB_HOST=\$DEV_DB_HOST
|
||||||
secrets:
|
secrets:
|
||||||
AWS_ACCESS_KEY_ID: ${{ secrets.DEV_AWS_ACCESS_KEY_ID }}
|
AWS_ACCESS_KEY_ID: ${{ secrets.DEV_AWS_ACCESS_KEY_ID }}
|
||||||
AWS_SECRET_ACCESS_KEY: ${{ secrets.DEV_AWS_SECRET_ACCESS_KEY }}
|
AWS_SECRET_ACCESS_KEY: ${{ secrets.DEV_AWS_SECRET_ACCESS_KEY }}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue