fix
This commit is contained in:
2
.github/workflows/deploy.yaml
vendored
2
.github/workflows/deploy.yaml
vendored
@@ -63,7 +63,7 @@ jobs:
|
||||
env:
|
||||
DOCKER_HOST: tcp://${{ inputs.host }}:2376
|
||||
run: |
|
||||
docker compose run --rm $CR_REPO alembic upgrade head
|
||||
docker compose run --rm ${CR_REPO:8} alembic upgrade head
|
||||
- name: Build
|
||||
if: ${{ inputs.build == 'true' }}
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user