Skip to content

Commit

Permalink
Add volumes
Browse files Browse the repository at this point in the history
  • Loading branch information
dyakovri authored Aug 18, 2023
1 parent 050575b commit f38c564
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 @@ -79,6 +79,7 @@ jobs:
--detach \
--restart on-failure:3 \
--network=web \
--volume com_profcomff_api_achievement_test_static:/app/static \
--env DB_DSN='${{ secrets.DB_DSN }}' \
--env ROOT_PATH='/achievement' \
--env AUTH_URL='https://api.test.profcomff.com/auth' \
Expand Down Expand Up @@ -119,6 +120,7 @@ jobs:
--detach \
--restart always \
--network=web \
--volume com_profcomff_api_achievement_static:/app/static \
--env DB_DSN='${{ secrets.DB_DSN }}' \
--env ROOT_PATH='/achievement' \
--env AUTH_URL='https://api.profcomff.com/auth' \
Expand Down

0 comments on commit f38c564

Please sign in to comment.