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 a103a19 commit 8da39e1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ jobs:
--detach \
--restart on-failure:3 \
--network=web \
--volume com_profcomff_api_rating_test_static:/app/static \
--env DB_DSN='${{ secrets.DB_DSN }}' \
--env ROOT_PATH='/rating_api' \
--env AUTH_URL='https://api.test.profcomff.com/auth' \
Expand Down Expand Up @@ -123,6 +124,7 @@ jobs:
--detach \
--restart always \
--network=web \
--volume com_profcomff_api_rating_static:/app/static \
--env DB_DSN='${{ secrets.DB_DSN }}' \
--env ROOT_PATH='/rating_api' \
--env AUTH_URL='https://api.profcomff.com/auth' \
Expand Down

0 comments on commit 8da39e1

Please sign in to comment.