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
All checks were successful
CI - Build and Push / Build and Push Docker Image (push) Successful in 12s
This commit is contained in:
2
.github/workflows/cd.yml
vendored
2
.github/workflows/cd.yml
vendored
@@ -27,7 +27,7 @@ on:
|
|||||||
ingress_host:
|
ingress_host:
|
||||||
description: 'Ingress host domain (e.g., www.example.com)'
|
description: 'Ingress host domain (e.g., www.example.com)'
|
||||||
required: false
|
required: false
|
||||||
default: ''
|
default: 'www.cialloo.com'
|
||||||
type: string
|
type: string
|
||||||
force_restart:
|
force_restart:
|
||||||
description: 'Force rollout restart (restarts pods even if no changes)'
|
description: 'Force rollout restart (restarts pods even if no changes)'
|
||||||
|
|||||||
Reference in New Issue
Block a user