Skip to content

Commit 5766d77

Browse files
committed
Update build.yaml
1 parent 194cfa7 commit 5766d77

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,11 @@ jobs:
5656
env:
5757
ENV: ${{ vars.ENV }}
5858
CODE_VERSION: ${{ github.sha }}
59-
59+
6060
# hosts
6161
WS_DOCKER_REGISTRY: ${{ vars.WS_DOCKER_REGISTRY }}
6262
WS_POSM_DB_HOST: ${{ vars.WS_POSM_DB_HOST }}
63-
63+
6464
# passwords
6565
WS_API_DB_PASS: ${{ secrets.WS_API_DB_PASS }}
6666
WS_MAPBOX_ACCESS_TOKEN: ${{ secrets.WS_MAPBOX_ACCESS_TOKEN }}
@@ -84,7 +84,7 @@ jobs:
8484
# hosts
8585
WS_DOCKER_REGISTRY: ${{ vars.WS_DOCKER_REGISTRY }}
8686
WS_POSM_DB_HOST: ${{ vars.WS_POSM_DB_HOST }}
87-
87+
8888
# passwords
8989
WS_API_DB_PASS: ${{ secrets.WS_API_DB_PASS }}
9090
WS_MAPBOX_ACCESS_TOKEN: ${{ secrets.WS_MAPBOX_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)