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 194cfa7 commit 5766d77Copy full SHA for 5766d77
.github/workflows/build.yaml
@@ -56,11 +56,11 @@ jobs:
56
env:
57
ENV: ${{ vars.ENV }}
58
CODE_VERSION: ${{ github.sha }}
59
-
+
60
# hosts
61
WS_DOCKER_REGISTRY: ${{ vars.WS_DOCKER_REGISTRY }}
62
WS_POSM_DB_HOST: ${{ vars.WS_POSM_DB_HOST }}
63
64
# passwords
65
WS_API_DB_PASS: ${{ secrets.WS_API_DB_PASS }}
66
WS_MAPBOX_ACCESS_TOKEN: ${{ secrets.WS_MAPBOX_ACCESS_TOKEN }}
@@ -84,7 +84,7 @@ jobs:
84
85
86
87
88
89
90
0 commit comments