This commit is contained in:
2025-02-04 15:42:31 +03:00
parent a434991438
commit e480ea55b2

View File

@@ -57,7 +57,7 @@ jobs:
- name: Migrate - name: Migrate
if: ${{ inputs.migrate }} if: ${{ inputs.migrate }}
run: | run: |
docker run --pull=always --rm cr.yandex/$CR_REGISTRY/$CR_REPO:$TAG alembic upgrade head --env-file=.env docker run --env-file=.env --pull=always --rm cr.yandex/$CR_REGISTRY/$CR_REPO:$TAG alembic upgrade head
- name: Deploy - name: Deploy
env: env:
DOCKER_HOST: tcp://${{ inputs.host }}:2376 DOCKER_HOST: tcp://${{ inputs.host }}:2376