Skip to content

Commit 7e3a362

Browse files
committed
Update build.yaml
1 parent a2904dc commit 7e3a362

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
docker compose -f docker-compose.build.yml --env-file tdei_uw.env push
6565
env:
6666
ENV: ${{ vars.ENV }}
67-
CODE_VERSION: "${{ env.FRONTEND_VERSION }}"
67+
CODE_VERSION: ${{ env.FRONTEND_VERSION }}
6868
ENV_NAME_PARAM: ${{ env.ENV_NAME_PARAM }}
6969

7070
# hosts
@@ -83,7 +83,7 @@ jobs:
8383
- name: Deploy
8484
env:
8585
ENV: ${{ vars.ENV }}
86-
CODE_VERSION: "${{ env.FRONTEND_VERSION }}"
86+
CODE_VERSION: ${{ env.FRONTEND_VERSION }}
8787
ENV_NAME_PARAM: ${{ env.ENV_NAME_PARAM }}
8888

8989
# machine to deploy to

0 commit comments

Comments
 (0)