diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 445d10e..91f86ec 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -57,7 +57,7 @@ jobs: - name: Migrate if: ${{ inputs.migrate }} run: | - docker run --pull=always --rm cr.yandex/$CR_REGISTRY/$CR_REPO:$TAG alembic upgrade head --env-file=.env + docker run --env-file=.env --pull=always --rm cr.yandex/$CR_REGISTRY/$CR_REPO:$TAG alembic upgrade head - name: Deploy env: DOCKER_HOST: tcp://${{ inputs.host }}:2376