Skip to content

Commit

Permalink
ROOT_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
dyakovri authored Mar 12, 2023
1 parent a26ceeb commit af74eac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ jobs:
--network=web \
--workdir="/" \
--env DB_DSN=${{ secrets.DB_DSN }} \
--env ROOT_PATH='/print' \
--name ${{ env.CONTAITER_NAME }}_migration \
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:test \
alembic upgrade head
Expand All @@ -98,6 +97,7 @@ jobs:
--network=web \
--volume com_profcomff_api_printer_test_static:/app/static \
--env DB_DSN=${{ secrets.DB_DSN }} \
--env ROOT_PATH='/print' \
--env REDIS_DSN='redis://${{ env.CONTAITER_NAME }}_redis' \
--env SECRET_KEY='${{ secrets.SECRET_KEY }}' \
--env PIN_SYMBOLS=0123456789 \
Expand Down

0 comments on commit af74eac

Please sign in to comment.