Skip to content

Commit

Permalink
Fix prod auth api
Browse files Browse the repository at this point in the history
  • Loading branch information
dyakovri committed Apr 15, 2024
1 parent 576eefb commit 9a00476
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ jobs:
--network=web \
--env DB_DSN='${{ secrets.DB_DSN }}' \
--env TELEGRAM_BOT_TOKEN='${{ secrets.TELEGRAM_BOT_TOKEN }}' \
--env AUTH_URL='https://api.test.profcomff.com/auth' \
--env GUNICORN_CMD_ARGS='--log-config logging_test.conf' \
--name ${{ env.CONTAINER_NAME }} \
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:test
Expand Down Expand Up @@ -128,6 +129,7 @@ jobs:
--restart always \
--network=web \
--env DB_DSN='${{ secrets.DB_DSN }}' \
--env AUTH_URL='https://api.profcomff.com/auth' \
--env TELEGRAM_BOT_TOKEN='${{ secrets.TELEGRAM_BOT_TOKEN }}' \
--env GITHUB_APP_ID='${{ secrets.GH_APP_ID }}' \
--env GITHUB_PRIVATE_KEY='${{ secrets.GH_PRIVATE_KEY }}' \
Expand Down

0 comments on commit 9a00476

Please sign in to comment.