chore: readable compose up
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 2m20s
All checks were successful
Deploy with Docker Compose / deploy (push) Successful in 2m20s
This commit is contained in:
@@ -20,4 +20,4 @@ jobs:
|
|||||||
DB_VOLUME_PATH: ${{ variables.DB_VOLUME_PATH }}
|
DB_VOLUME_PATH: ${{ variables.DB_VOLUME_PATH }}
|
||||||
run: |
|
run: |
|
||||||
if [ -n "${DB_VOLUME_PATH}" ]; then mkdir -p "$DB_VOLUME_PATH"; fi
|
if [ -n "${DB_VOLUME_PATH}" ]; then mkdir -p "$DB_VOLUME_PATH"; fi
|
||||||
docker compose up -d --build
|
BUILDKIT_PROGRESS=plain docker compose up -d --build
|
||||||
|
|||||||
Reference in New Issue
Block a user