remove interactive
This commit is contained in:
2
.github/workflows/deploy.yaml
vendored
2
.github/workflows/deploy.yaml
vendored
@@ -57,7 +57,7 @@ jobs:
|
|||||||
- name: Migrate
|
- name: Migrate
|
||||||
if: ${{ inputs.migrate }}
|
if: ${{ inputs.migrate }}
|
||||||
run: |
|
run: |
|
||||||
docker run --pull=always -it --rm cr.yandex/$CR_REGISTRY/$CR_REPO:$TAG alembic upgrade head --env-file=.env
|
docker run --pull=always --rm cr.yandex/$CR_REGISTRY/$CR_REPO:$TAG alembic upgrade head --env-file=.env
|
||||||
- name: Deploy
|
- name: Deploy
|
||||||
env:
|
env:
|
||||||
DOCKER_HOST: tcp://${{ inputs.host }}:2376
|
DOCKER_HOST: tcp://${{ inputs.host }}:2376
|
||||||
|
|||||||
Reference in New Issue
Block a user