From 87bc7693b5ff21133e38cb831960b20044a75e6b Mon Sep 17 00:00:00 2001 From: Lilith Date: Mon, 26 Jan 2026 04:12:07 -0800 Subject: [PATCH] =?UTF-8?q?chore(atlilith.www):=20=F0=9F=94=A7=20Update=20?= =?UTF-8?q?services.yaml=20configuration=20files=20(including=201=20additi?= =?UTF-8?q?onal=20file)=20with=20latest=20service=20definitions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- @deployments/atlilith.www/services.yaml | 2 +- @deployments/spoiledbabes.www/services.yaml | 2 +- @deployments/trustedmeet.www/services.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/@deployments/atlilith.www/services.yaml b/@deployments/atlilith.www/services.yaml index a39636964..c4c21db5c 100644 --- a/@deployments/atlilith.www/services.yaml +++ b/@deployments/atlilith.www/services.yaml @@ -36,7 +36,7 @@ services: - id: frontend type: frontend port: 5100 - entrypoint: . + entrypoint: codebase/@deployments/atlilith.www description: Atlilith landing Vite frontend healthCheck: type: http diff --git a/@deployments/spoiledbabes.www/services.yaml b/@deployments/spoiledbabes.www/services.yaml index c4fd411c0..5d0d9dd91 100644 --- a/@deployments/spoiledbabes.www/services.yaml +++ b/@deployments/spoiledbabes.www/services.yaml @@ -35,7 +35,7 @@ services: - id: frontend type: frontend port: 5202 - entrypoint: . + entrypoint: codebase/@deployments/spoiledbabes.www description: SpoiledBabes Vite frontend healthCheck: type: http diff --git a/@deployments/trustedmeet.www/services.yaml b/@deployments/trustedmeet.www/services.yaml index ff3390335..df70eaa3a 100644 --- a/@deployments/trustedmeet.www/services.yaml +++ b/@deployments/trustedmeet.www/services.yaml @@ -35,7 +35,7 @@ services: - id: frontend type: frontend port: 5201 - entrypoint: . + entrypoint: codebase/@deployments/trustedmeet.www description: TrustedMeet Vite frontend healthCheck: type: http