mirror of
https://github.com/databasus/databasus.git
synced 2026-04-06 00:32:03 +02:00
FIX (deploy): Update text of docker compose executable
This commit is contained in:
4
.github/workflows/ci-release.yml
vendored
4
.github/workflows/ci-release.yml
vendored
@@ -138,7 +138,7 @@ jobs:
|
||||
- name: Start test containers
|
||||
run: |
|
||||
cd backend
|
||||
docker-compose -f docker-compose.yml.example up -d
|
||||
docker compose -f docker-compose.yml.example up -d
|
||||
|
||||
- name: Wait for containers to be ready
|
||||
run: |
|
||||
@@ -170,7 +170,7 @@ jobs:
|
||||
if: always()
|
||||
run: |
|
||||
cd backend
|
||||
docker-compose -f docker-compose.yml.example down -v
|
||||
docker compose -f docker-compose.yml.example down -v
|
||||
|
||||
determine-version:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user