Merge branch 'main' into small-ui-updates

This commit is contained in:
Brord van Wierst 2023-12-12 18:45:04 +01:00 committed by GitHub
commit f1ac303644
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 2 deletions

View file

@ -32,6 +32,7 @@ jobs:
mv build/web public
touch public/.env
echo "$WEB_APP_ENV" >> public/.env
cp public/.env public/assets/.env
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:

View file

@ -132,7 +132,6 @@ flutter:
generate: true
uses-material-design: true
assets:
- .env
- assets/
- assets/pangea/
- assets/pangea/bot_faces/

View file

@ -2,5 +2,5 @@
flutter config --enable-web
flutter clean
flutter pub get
flutter build web --dart-define=FLUTTER_WEB_CANVASKIT_URL=canvaskit/ --source-maps --base-href "/client/"
flutter build web --dart-define=FLUTTER_WEB_CANVASKIT_URL=canvaskit/ --profile --source-maps --base-href "/client/"
# flutter build web --release --verbose --source-maps --dart-define=SENTRY_RELEASE=$CI_COMMIT_SHA