Simplify Drone pipeline for test and prod only
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Bulut Kuru
2026-03-27 20:51:20 +03:00
parent 272010d738
commit 5ad61853b4
2 changed files with 8 additions and 0 deletions

View File

@@ -40,6 +40,9 @@ fi
mkdir -p "$UPLOADS_DIR"
chmod 2775 "$UPLOADS_DIR" 2>/dev/null || true
docker rm -f bogazici-api-test-bdc-api-test-1 2>/dev/null || true
docker rm -f bdc-api-test 2>/dev/null || true
docker compose -p "$COMPOSE_PROJECT" -f "$COMPOSE_FILE" down --remove-orphans || true
docker compose -p "$COMPOSE_PROJECT" -f "$COMPOSE_FILE" up -d --build