Skip to content

Commit

Permalink
AUTH_URL fix
Browse files Browse the repository at this point in the history
  • Loading branch information
grigoriev-semyon authored May 22, 2023
1 parent 71369b5 commit bf61f49
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ jobs:
--env STATIC_FOLDER=/app/static \
--env STORAGE_TIME=30 \
--env MAX_PAGE_COUNT=20 \
--env AUTH_URL=https://auth.api.test.profcomff.com/ \
--name ${{ env.CONTAITER_NAME }} \
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:test
docker network connect com_profcomff_api_printer_test_network ${{ env.CONTAITER_NAME }}
Expand Down Expand Up @@ -176,7 +175,6 @@ jobs:
--env STATIC_FOLDER=/app/static \
--env STORAGE_TIME=168 \
--env MAX_PAGE_COUNT=20 \
--env AUTH_URL=https://auth.api.profcomff.com/ \
--name ${{ env.CONTAITER_NAME }} \
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
docker network connect com_profcomff_api_printer_network ${{ env.CONTAITER_NAME }}

0 comments on commit bf61f49

Please sign in to comment.