From 18bcc9ee37ff7d00da299658dad12c98a19017c7 Mon Sep 17 00:00:00 2001 From: Robin Townsend Date: Tue, 20 Jun 2023 12:19:38 -0400 Subject: [PATCH] Use the right config for the livekit-experiment deployment --- .github/workflows/netlify-livekit.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/netlify-livekit.yaml b/.github/workflows/netlify-livekit.yaml index 605894e..42a08e1 100644 --- a/.github/workflows/netlify-livekit.yaml +++ b/.github/workflows/netlify-livekit.yaml @@ -56,7 +56,7 @@ jobs: run: curl -s https://raw.githubusercontent.com/vector-im/element-call/livekit-experiment/config/netlify_redirects > dist/_redirects - name: Add config file - run: curl -s https://raw.githubusercontent.com/vector-im/element-call/livekit-experiment/config/element_io_develop.json > dist/config.json + run: curl -s https://raw.githubusercontent.com/vector-im/element-call/livekit-experiment/config/element_io_preview.json > dist/config.json - name: Deploy to Netlify id: netlify