Skip to content

Commit

Permalink
Update build_and_publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Temmmmmo authored Oct 17, 2024
1 parent dd3e532 commit 5979594
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 @@ -84,7 +84,7 @@ jobs:
--network=web \
--volume com_profcomff_api_rating_test_static:/app/static \
--env DB_DSN='${{ secrets.DB_DSN }}' \
--env ROOT_PATH='/rating_api' \
--env ROOT_PATH='/rating' \
--env AUTH_URL='https://api.test.profcomff.com/auth' \
--env GUNICORN_CMD_ARGS='--log-config logging_test.conf' \
--name ${{ env.CONTAINER_NAME }} \
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
--network=web \
--volume com_profcomff_api_rating_static:/app/static \
--env DB_DSN='${{ secrets.DB_DSN }}' \
--env ROOT_PATH='/rating_api' \
--env ROOT_PATH='/rating' \
--env AUTH_URL='https://api.profcomff.com/auth' \
--env GUNICORN_CMD_ARGS='--log-config logging_prod.conf' \
--name ${{ env.CONTAINER_NAME }} \
Expand Down

0 comments on commit 5979594

Please sign in to comment.