config and deploy

pull/795/head
Brord van Wierst 2 years ago
parent fbb937ea28
commit 7f0108e9a7
No known key found for this signature in database
GPG Key ID: 20E7ACBD8E02BC11

@ -12,6 +12,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- run: cat .github/workflows/versions.env >> $GITHUB_ENV - run: cat .github/workflows/versions.env >> $GITHUB_ENV
- run: echo "$WEB_APP_ENV"
- run: echo "$WEB_APP_ENV" > .env - run: echo "$WEB_APP_ENV" > .env
- uses: subosito/flutter-action@v2 - uses: subosito/flutter-action@v2
with: with:
@ -28,6 +29,7 @@ jobs:
run: | run: |
mv build/web public mv build/web public
mv .env public/.env mv .env public/.env
- run: cat public/.env
- name: Deploy to GitHub Pages - name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3 uses: peaceiris/actions-gh-pages@v3
with: with:

@ -1,9 +1,9 @@
{ {
"application_name": "FluffyChat", "application_name": "PangeaChat",
"application_welcome_message": null, "application_welcome_message": null,
"default_homeserver": "matrix.org", "default_homeserver": "matrix.pangea.chat",
"web_base_url": "https://fluffychat.im/web", "web_base_url": "https://web.pangea.chat",
"privacy_url": "https://fluffychat.im/en/privacy.html", "privacy_url": "https://pangea.chat/privacy",
"render_html": false, "render_html": false,
"hide_redacted_events": false, "hide_redacted_events": false,
"hide_unknown_events": false "hide_unknown_events": false

Loading…
Cancel
Save