From bb54383ad0363e96746c23f98c39cbb220e12510 Mon Sep 17 00:00:00 2001 From: Nikita Andriyanov Date: Tue, 4 Feb 2025 16:05:06 +0300 Subject: [PATCH] fix --- .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 148ab71..f61bfdb 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 == 'tru123123e' }} + if: ${{ inputs.migrate }} run: | docker run --env-file=.env --pull=always --rm cr.yandex/$CR_REGISTRY/$CR_REPO:$TAG alembic upgrade head - name: Deploy