extend deploy step
All checks were successful
checks / Set up Node and other necessary dependencies for Frontend Tests and Build (push) Has been skipped
checks / Set up Java for Backend Tests and Build (push) Has been skipped
Gitea Actions Demo / Explore Gitea Actions - 2 (pull_request) Has been skipped
checks / Set up Node and other necessary dependencies for Frontend Tests and Build (pull_request) Has been skipped
checks / Set up Java for Backend Tests and Build (pull_request) Has been skipped
Full Build and Docker Push Workflow / Builder (pull_request) Successful in 4m20s

This commit is contained in:
Patrick
2025-11-07 10:47:28 +01:00
parent 8351da9233
commit 1b829e85f0
2 changed files with 3 additions and 1 deletions

View File

@ -2,7 +2,7 @@
set -e # Exit immediately if a command exits with a non-zero status
docker compose -f docker-compose-dev.yml down --remove-orphans --volumes
docker compose -f ../../../docker/docker-compose-dev.yml down --remove-orphans --volumes
docker system prune -f