Skip to content

Commit 592fb09

Browse files
authored
Update auth url
Add slash to auth url
1 parent 2738308 commit 592fb09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_and_publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
--network=web \
9898
--volume com_profcomff_api_printer_test_static:/app/static \
9999
--env DB_DSN=${{ secrets.DB_DSN }} \
100-
--env AUTH_URL='https://api.test.profcomff.com/auth' \
100+
--env AUTH_URL='https://api.test.profcomff.com/auth/' \
101101
--env ROOT_PATH='/print' \
102102
--env REDIS_DSN='redis://${{ env.CONTAITER_NAME }}_redis' \
103103
--env SECRET_KEY='${{ secrets.SECRET_KEY }}' \
@@ -164,7 +164,7 @@ jobs:
164164
--network=web \
165165
--volume com_profcomff_api_printer_static:/app/static \
166166
--env DB_DSN='${{ secrets.DB_DSN }}' \
167-
--env AUTH_URL='https://api.profcomff.com/auth' \
167+
--env AUTH_URL='https://api.profcomff.com/auth/' \
168168
--env ROOT_PATH='/print' \
169169
--env REDIS_DSN='redis://${{ env.CONTAITER_NAME }}_redis' \
170170
--env SECRET_KEY='${{ secrets.SECRET_KEY }}' \

0 commit comments

Comments
 (0)