Simplify Drone pipeline for test and prod only
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user