Commit Graph

11 Commits

Author SHA1 Message Date
colin a01930a6a6 Fix CI deployment script to remove OIDC secrets from required variables - Remove IDENTITY_PROVIDERS_OIDC_* and CLIENT_SECRET_* from required env vars - Remove them from secrets management list - This fixes deployment script failure when OIDC is disabled
ci/woodpecker/push/woodpecker Pipeline was successful Details
2025-06-11 16:18:23 -04:00
Your Name e70fed6ad8 Enable passkey login and improve WebAuthn configuration
ci/woodpecker/push/woodpecker Pipeline was successful Details
2025-06-06 10:15:12 -04:00
Your Name bb890c17d4 fixing deploy step
ci/woodpecker/push/woodpecker Pipeline was successful Details
2025-06-05 12:12:49 -04:00
Your Name ff3d077282 fixing deploy step
ci/woodpecker/push/woodpecker Pipeline failed Details
2025-06-05 11:58:43 -04:00
Your Name 40fe535bdd fixing deploy step
ci/woodpecker/push/woodpecker Pipeline failed Details
2025-06-05 11:46:01 -04:00
Your Name 1f207cb0d2 fixing deploy step
ci/woodpecker/push/woodpecker Pipeline failed Details
2025-06-05 11:26:05 -04:00
Your Name 03b209140d fixing deploy step
ci/woodpecker/push/woodpecker Pipeline failed Details
2025-06-05 09:36:23 -04:00
Your Name 4e1e5f21cf fixing deploy step
ci/woodpecker/push/woodpecker Pipeline failed Details
2025-06-05 09:27:46 -04:00
Your Name 993b32af46 optimize: speed up deployment while ensuring latest images and better diagnostics - Force pull latest images with hash verification before deployment - Reduce timeouts: deployment 3min, health check 90s, stack removal 60s - Check every 2s instead of 5s for faster feedback - Exit early on clear failures to avoid waiting - Comprehensive container-level diagnostics on failure - Show task status, container logs, and service inspection - Verify deployed image matches pulled image hash - Minimal 10s initialization wait instead of 30s - Better error messages with image hash tracking 2025-06-05 09:15:00 -04:00
Your Name bf09520c1d enhance: add comprehensive resilience to CI deployment script - Concurrent execution prevention with lock files - Retry logic for transient failures (3 attempts) - Extensive pre-flight checks (disk space, env vars, Docker health) - Configurable timeouts (5min deployment, 2min health checks) - Enhanced health checking with multiple validation methods - Automatic cleanup on script exit - Detailed debugging information on failure - Environment variable validation for all 10 secrets - Rollback preparation and improved logging
ci/woodpecker/push/woodpecker Pipeline failed Details
2025-06-05 09:11:37 -04:00
Your Name 9645631496 fixing deploy step
ci/woodpecker/push/woodpecker Pipeline failed Details
2025-06-05 09:06:59 -04:00