Skip to content

Commit c173e06

Browse files
authored
ROOT_PATH
1 parent 6b43f4a commit c173e06

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build_and_publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ jobs:
8686
--restart on-failure:3 \
8787
--network=web \
8888
--env DB_DSN='${{ secrets.DB_DSN }}' \
89+
--env ROOT_PATH='/services' \
8990
--env GUNICORN_CMD_ARGS='--log-config logging_test.conf' \
9091
--name ${{ env.CONTAITER_NAME }} \
9192
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:test
@@ -113,6 +114,7 @@ jobs:
113114
--rm \
114115
--network=web \
115116
--env DB_DSN=${{ secrets.DB_DSN }} \
117+
--env ROOT_PATH='/services' \
116118
--name ${{ env.CONTAITER_NAME }}_migration \
117119
--workdir="/" \
118120
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest \

0 commit comments

Comments
 (0)