From c1a7676d6167d9ff45a946beebf95ef2e38395af Mon Sep 17 00:00:00 2001 From: cialloo Date: Sun, 5 Oct 2025 20:29:12 +0800 Subject: [PATCH] update --- .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 6642fef..219e7fd 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -26,7 +26,7 @@ on: ingress_host: description: 'Ingress host domain (e.g., stats-api.example.com)' required: false - default: '' + default: 'www.cialloo.com' type: string force_restart: description: 'Force rollout restart (restarts pods even if no changes)'