We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3c7a5f commit 2d86042Copy full SHA for 2d86042
.github/workflows/build_and_publish.yml
@@ -86,6 +86,7 @@ jobs:
86
--env DB_DSN='${{ secrets.DB_DSN }}' \
87
--env ROOT_PATH='/rating' \
88
--env AUTH_URL='https://api.test.profcomff.com/auth' \
89
+ --env USERDATA_URL='https://api.test.profcomff.com/userdata' \
90
--env APP_ENV='test' \
91
--env GUNICORN_CMD_ARGS='--log-config logging_test.conf' \
92
--name ${{ env.CONTAINER_NAME }} \
@@ -129,6 +130,7 @@ jobs:
129
130
131
132
--env AUTH_URL='https://api.profcomff.com/auth' \
133
+ --env USERDATA_URL='https://api.profcomff.com/userdata' \
134
--env APP_ENV='prod' \
135
--env GUNICORN_CMD_ARGS='--log-config logging_prod.conf' \
136
0 commit comments