Add config file for CD version
This commit is contained in:
parent
78a313c373
commit
0cd2ad6242
2 changed files with 16 additions and 0 deletions
3
.github/workflows/netlify-main.yaml
vendored
3
.github/workflows/netlify-main.yaml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue