From 078ff13fe3ad3409fc7732045a37a2ad6d3dade8 Mon Sep 17 00:00:00 2001 From: Nikita Andriyanov Date: Tue, 4 Feb 2025 15:58:05 +0300 Subject: [PATCH] check --- .github/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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