config and deploy
This commit is contained in:
parent
fbb937ea28
commit
7f0108e9a7
2 changed files with 6 additions and 4 deletions
2
.github/workflows/main_deploy.yaml
vendored
2
.github/workflows/main_deploy.yaml
vendored
|
|
@ -12,6 +12,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- run: cat .github/workflows/versions.env >> $GITHUB_ENV
|
||||
- run: echo "$WEB_APP_ENV"
|
||||
- run: echo "$WEB_APP_ENV" > .env
|
||||
- uses: subosito/flutter-action@v2
|
||||
with:
|
||||
|
|
@ -28,6 +29,7 @@ jobs:
|
|||
run: |
|
||||
mv build/web public
|
||||
mv .env public/.env
|
||||
- run: cat public/.env
|
||||
- name: Deploy to GitHub Pages
|
||||
uses: peaceiris/actions-gh-pages@v3
|
||||
with:
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"application_name": "FluffyChat",
|
||||
"application_name": "PangeaChat",
|
||||
"application_welcome_message": null,
|
||||
"default_homeserver": "matrix.org",
|
||||
"web_base_url": "https://fluffychat.im/web",
|
||||
"privacy_url": "https://fluffychat.im/en/privacy.html",
|
||||
"default_homeserver": "matrix.pangea.chat",
|
||||
"web_base_url": "https://web.pangea.chat",
|
||||
"privacy_url": "https://pangea.chat/privacy",
|
||||
"render_html": false,
|
||||
"hide_redacted_events": false,
|
||||
"hide_unknown_events": false
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue