Merge pull request #1128 from robintown/fix-livekit-deployment

Use the right config for the livekit-experiment deployment
This commit is contained in:
Robin 2023-06-20 16:21:55 +00:00 committed by GitHub
commit 612449066d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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