We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d1f089 commit 4a0387eCopy full SHA for 4a0387e
.github/workflows/build.yaml
@@ -65,7 +65,7 @@ jobs:
65
docker compose -f docker-compose.build.yml --env-file tdei_uw.env push
66
env:
67
ENV: ${{ vars.ENV }}
68
- CODE_VERSION: ${{ env.FRONTEND_VERSION }}
+ CODE_VERSION: "${{ env.FRONTEND_VERSION }}-${{ env.FRONTEND_VERSION }}"
69
ENV_NAME_PARAM: ${{ env.ENV_NAME_PARAM }}
70
71
# hosts
@@ -84,7 +84,7 @@ jobs:
84
- name: Deploy
85
86
87
88
89
90
# machine to deploy to
0 commit comments