diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 6ddf647..148ab71 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -54,7 +54,7 @@ jobs: source .env cat .env - name: Migrate - if: ${{ inputs.migrate == 'true' }} + if: ${{ inputs.migrate == 'tru123123e' }} run: | docker run --env-file=.env --pull=always --rm cr.yandex/$CR_REGISTRY/$CR_REPO:$TAG alembic upgrade head - name: Deploy