Skip to content

Commit

Permalink
Update auth url
Browse files Browse the repository at this point in the history
Add slash to auth url
  • Loading branch information
dyakovri authored Dec 24, 2023
1 parent 2738308 commit 592fb09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
--network=web \
--volume com_profcomff_api_printer_test_static:/app/static \
--env DB_DSN=${{ secrets.DB_DSN }} \
--env AUTH_URL='https://api.test.profcomff.com/auth' \
--env AUTH_URL='https://api.test.profcomff.com/auth/' \
--env ROOT_PATH='/print' \
--env REDIS_DSN='redis://${{ env.CONTAITER_NAME }}_redis' \
--env SECRET_KEY='${{ secrets.SECRET_KEY }}' \
Expand Down Expand Up @@ -164,7 +164,7 @@ jobs:
--network=web \
--volume com_profcomff_api_printer_static:/app/static \
--env DB_DSN='${{ secrets.DB_DSN }}' \
--env AUTH_URL='https://api.profcomff.com/auth' \
--env AUTH_URL='https://api.profcomff.com/auth/' \
--env ROOT_PATH='/print' \
--env REDIS_DSN='redis://${{ env.CONTAITER_NAME }}_redis' \
--env SECRET_KEY='${{ secrets.SECRET_KEY }}' \
Expand Down

0 comments on commit 592fb09

Please sign in to comment.