try
This commit is contained in:
2
.github/workflows/deploy.yaml
vendored
2
.github/workflows/deploy.yaml
vendored
@@ -54,7 +54,7 @@ jobs:
|
||||
source .env
|
||||
cat .env
|
||||
- name: Migrate
|
||||
if: ${{ inputs.migrate }}
|
||||
if: ${{ inputs.migrate == 'true' }}
|
||||
run: |
|
||||
docker run --env-file=.env --pull=always --rm cr.yandex/$CR_REGISTRY/$CR_REPO:$TAG alembic upgrade head
|
||||
- name: Deploy
|
||||
|
||||
Reference in New Issue
Block a user