This commit is contained in:
2025-02-04 16:05:06 +03:00
parent 078ff13fe3
commit bb54383ad0

View File

@@ -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