From 0cd2ad624210e84d2daed1a2d46b83b9ca159274 Mon Sep 17 00:00:00 2001 From: David Baker Date: Thu, 3 Nov 2022 19:01:13 +0000 Subject: [PATCH] Add config file for CD version --- .github/workflows/netlify-main.yaml | 3 +++ config/element_io_develop.json | 13 +++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 config/element_io_develop.json diff --git a/.github/workflows/netlify-main.yaml b/.github/workflows/netlify-main.yaml index 54404b9..a272a00 100644 --- a/.github/workflows/netlify-main.yaml +++ b/.github/workflows/netlify-main.yaml @@ -49,6 +49,9 @@ jobs: # We fetch from github directly as we don't bother checking out the repo run: curl -s https://raw.githubusercontent.com/vector-im/element-call/main/config/netlify_redirects > dist/_redirects + - name: Add config file + run: curl -s https://raw.githubusercontent.com/vector-im/element-call/main/config/element_io_develop.json > dist/config.json + - name: Deploy to Netlify id: netlify uses: nwtgck/actions-netlify@v1.2.3 diff --git a/config/element_io_develop.json b/config/element_io_develop.json new file mode 100644 index 0000000..15198ec --- /dev/null +++ b/config/element_io_develop.json @@ -0,0 +1,13 @@ +{ + "posthog": { + "api_key": "phc_MhClVy9DiV20vazSYIiedFkM5Xi3z1LPBwrdn9PYZQQ", + "api_host": "https://app.posthog.com" + }, + "sentry": { + "environment": "main-branch-cd", + "DSN": "https://b1e328d49be3402ba96101338989fb35@sentry.matrix.org/41" + }, + "rageshake": { + "submit_url": "https://element.io/bugreports/submit" + } +}