Set default ingress host to 'www.cialloo.com' in CD workflow
All checks were successful
CI - Build and Push / Build and Push Docker Image (push) Successful in 12s

This commit is contained in:
2025-10-05 20:29:53 +08:00
parent 5e9942d55d
commit f6318d528f

View File

@@ -27,7 +27,7 @@ on:
ingress_host:
description: 'Ingress host domain (e.g., www.example.com)'
required: false
default: ''
default: 'www.cialloo.com'
type: string
force_restart:
description: 'Force rollout restart (restarts pods even if no changes)'