Skip to content

Commit f5361e7

Browse files
authored
Fix ROOT_PATH position
1 parent c173e06 commit f5361e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ jobs:
114114
--rm \
115115
--network=web \
116116
--env DB_DSN=${{ secrets.DB_DSN }} \
117-
--env ROOT_PATH='/services' \
118117
--name ${{ env.CONTAITER_NAME }}_migration \
119118
--workdir="/" \
120119
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest \
@@ -129,6 +128,7 @@ jobs:
129128
--restart always \
130129
--network=web \
131130
--env DB_DSN='${{ secrets.DB_DSN }}' \
131+
--env ROOT_PATH='/services' \
132132
--env GUNICORN_CMD_ARGS='--log-config logging_prod.conf' \
133133
--name ${{ env.CONTAITER_NAME }} \
134134
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest

0 commit comments

Comments
 (0)