We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c173e06 commit f5361e7Copy full SHA for f5361e7
.github/workflows/build_and_publish.yml
@@ -114,7 +114,6 @@ jobs:
114
--rm \
115
--network=web \
116
--env DB_DSN=${{ secrets.DB_DSN }} \
117
- --env ROOT_PATH='/services' \
118
--name ${{ env.CONTAITER_NAME }}_migration \
119
--workdir="/" \
120
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest \
@@ -129,6 +128,7 @@ jobs:
129
128
--restart always \
130
131
--env DB_DSN='${{ secrets.DB_DSN }}' \
+ --env ROOT_PATH='/services' \
132
--env GUNICORN_CMD_ARGS='--log-config logging_prod.conf' \
133
--name ${{ env.CONTAITER_NAME }} \
134
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
0 commit comments