Skip to content

Commit

Permalink
Fix CI static path
Browse files Browse the repository at this point in the history
  • Loading branch information
dyakovri authored Mar 20, 2023
1 parent 36db2b7 commit 0913374
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 @@ -73,6 +73,7 @@ jobs:
--network=web \
--env DB_DSN=${{ secrets.DB_DSN }} \
--name ${{ env.CONTAITER_NAME }}_migration \
--env STATIC_PATH=/app/static \
--workdir="/" \
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:test \
alembic upgrade head
Expand Down Expand Up @@ -119,6 +120,7 @@ jobs:
--network=web \
--env DB_DSN=${{ secrets.DB_DSN }} \
--name ${{ env.CONTAITER_NAME }}_migration \
--env STATIC_PATH=/app/static \
--workdir="/" \
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest \
alembic upgrade head
Expand Down

0 comments on commit 0913374

Please sign in to comment.