Files
michaelschiemer/deployment/scripts/deploy.sh
Michael Schiemer 5e74ce73a6
All checks were successful
Test Runner / test-basic (push) Successful in 9s
Test Runner / test-php (push) Successful in 8s
Deploy Application / deploy (push) Successful in 43s
fix(deploy): force remove containers before deployment
The --force-recreate flag alone doesn't handle containers that exist
outside the compose project context. Now explicitly:
1. Run docker compose down first
2. Force remove any orphaned containers with known names
3. Then create fresh containers
2025-11-24 22:10:38 +01:00

5.5 KiB
Executable File