Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.

Commit 59b7396

Browse files
committed
🩹 Fix a CI/CD routing collision issue
1 parent 6c194d0 commit 59b7396

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ jobs:
5757
run: |
5858
helm dep update
5959
helm install workstation . \
60+
--set domain=a.example.com \
6061
--set components.selenium.enabled=true \
6162
--set components.jupyter.enabled=true \
6263
--set components.landing.enabled=true \
@@ -72,6 +73,7 @@ jobs:
7273
kubectl config set-context --current --namespace second-workstation-test
7374
helm dep update
7475
helm install workstation . \
76+
--set domain=b.example.com \
7577
--set components.selenium.enabled=true \
7678
--set components.jupyter.enabled=true \
7779
--set components.landing.enabled=true \

0 commit comments

Comments
 (0)