fix command

This commit is contained in:
2025-02-18 15:45:06 +03:00
parent 624d3371ab
commit baa1ea2b4f

View File

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