fixing deploy step
ci/woodpecker/push/woodpecker Pipeline failed Details

This commit is contained in:
Your Name 2025-06-05 11:46:01 -04:00
parent 42ff73a18d
commit 40fe535bdd
1 changed files with 3 additions and 3 deletions

View File

@ -390,9 +390,9 @@ comprehensive_health_check() {
local start_time=$(date +%s)
local timeout=$HEALTH_CHECK_TIMEOUT
# Minimal initial wait - just 10 seconds instead of 30
log "Brief initialization wait (10 seconds)..."
sleep 10
# Database initialization wait - giving MariaDB time to start
log "Database initialization wait (45 seconds)..."
sleep 45
# Get immediate deployment status
log "Checking deployment status"