| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -88,6 +88,7 @@ jobs: | |||
| 88 | 88 | --network=web \ | |
| 89 | 89 | --env DB_DSN='${{ secrets.DB_DSN }}' \ | |
| 90 | 90 | --env ROOT_PATH='/userdata' \ | |
| 91 | + --env AUTH_URL='https://api.test.profcomff.com/auth' \ | ||
| 91 | 92 | --env GUNICORN_CMD_ARGS='--log-config logging_test.conf' \ | |
| 92 | 93 | --name ${{ env.API_CONTAINER_NAME }} \ | |
| 93 | 94 | ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:test | |
@@ -150,6 +151,7 @@ jobs: | |||
| 150 | 151 | --env DB_DSN='${{ secrets.DB_DSN }}' \ | |
| 151 | 152 | --env ROOT_PATH='/userdata' \ | |
| 152 | 153 | --env GUNICORN_CMD_ARGS='--log-config logging_prod.conf' \ | |
| 154 | + --env AUTH_URL='https://api.profcomff.com/auth' \ | ||
| 153 | 155 | --name ${{ env.API_CONTAINER_NAME }} \ | |
| 154 | 156 | ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest | |
| 155 | 157 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments