Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
env:
ENV: ${{ vars.ENV }}
CODE_VERSION: ${{ github.sha }}
ENV_NAME_PARAM: "${{ vars.ENV == 'prod' && '' || -${ENV} }}"
ENV_NAME_PARAM: "${{ vars.ENV == 'prod' && '' || -${{ENV}} }}"

# hosts
WS_DOCKER_REGISTRY: ${{ vars.WS_DOCKER_REGISTRY }}
Expand All @@ -62,7 +62,7 @@ jobs:
env:
ENV: ${{ vars.ENV }}
CODE_VERSION: ${{ github.sha }}
ENV_NAME_PARAM: "${{ vars.ENV == 'prod' && '' || -${ENV} }}"
ENV_NAME_PARAM: "${{ vars.ENV == 'prod' && '' || -${{ENV}} }}"

# machine to deploy to
AZURE_DOCKER_HOST_IP: ${{ vars.AZURE_DOCKER_HOST_IP }}
Expand Down