File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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 }}' \
You can’t perform that action at this time.
0 commit comments