FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

fix auth_url · profcomff/userdata-api@ed1f243 · GitHub

Commit ed1f243

Browse files
fix auth_url
1 parent 08a6018 commit ed1f243

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

‎.github/workflows/build_and_publish.yml‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ jobs:
8888
--network=web \
8989
--env DB_DSN='${{ secrets.DB_DSN }}' \
9090
--env ROOT_PATH='/userdata' \
91+
--env AUTH_URL='https://api.test.profcomff.com/auth' \
9192
--env GUNICORN_CMD_ARGS='--log-config logging_test.conf' \
9293
--name ${{ env.API_CONTAINER_NAME }} \
9394
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:test
@@ -150,6 +151,7 @@ jobs:
150151
--env DB_DSN='${{ secrets.DB_DSN }}' \
151152
--env ROOT_PATH='/userdata' \
152153
--env GUNICORN_CMD_ARGS='--log-config logging_prod.conf' \
154+
--env AUTH_URL='https://api.profcomff.com/auth' \
153155
--name ${{ env.API_CONTAINER_NAME }} \
154156
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
155157

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL