From 7d2bc031d35ab95b0bbed38c12770f650dfa1a3f Mon Sep 17 00:00:00 2001 From: Benedikt Strehle Date: Wed, 6 Mar 2024 14:39:16 +0100 Subject: [PATCH] update deployment --- backend/.dx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/backend/.dx b/backend/.dx index 57b7083..dfba619 100644 --- a/backend/.dx +++ b/backend/.dx @@ -1,9 +1,13 @@ use stage from #public.uix; endpoint: stage { - prod: @+example-videocall3 + prod: @+example-videocall }, location: stage { prod: @+unyt-host-1 +} + +domain: stage { + prod: 'video.example.unyt.app' } \ No newline at end of file