mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
add env to step
This commit is contained in:
parent
02a0e83a39
commit
9c7678865f
2 changed files with 2 additions and 1 deletions
2
.github/workflows/_build_image.yml
vendored
2
.github/workflows/_build_image.yml
vendored
|
|
@ -82,7 +82,7 @@ jobs:
|
|||
done <<< "${{ inputs.build_args }}"
|
||||
|
||||
echo "dev db host: $DEV_DB_HOST"
|
||||
echo "dev db host: $REAL_DB_HOST"
|
||||
echo "real db host: $REAL_DB_HOST"
|
||||
echo "aws_key_id: $AWS_ACCESS_KEY_ID"
|
||||
|
||||
docker build \
|
||||
|
|
|
|||
1
.github/workflows/deploy_terraform.yml
vendored
1
.github/workflows/deploy_terraform.yml
vendored
|
|
@ -16,6 +16,7 @@ jobs:
|
|||
id: set-stage
|
||||
shell: bash
|
||||
run: |
|
||||
env
|
||||
BRANCH="${GITHUB_REF_NAME}"
|
||||
|
||||
if [[ "$BRANCH" == "prod" ]]; then
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue