From f6318d528f5f85e6ef9725f142dfaec56b648004 Mon Sep 17 00:00:00 2001 From: cialloo Date: Sun, 5 Oct 2025 20:29:53 +0800 Subject: [PATCH] Set default ingress host to 'www.cialloo.com' in CD workflow --- .github/workflows/cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 597f020..2a06628 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -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)'