dumb quickfix

This commit is contained in:
Brord van Wierst 2023-12-10 23:22:03 +01:00
parent 5de9439294
commit 9c11780026
No known key found for this signature in database
GPG key ID: 20E7ACBD8E02BC11
2 changed files with 2 additions and 1 deletions

View file

@ -33,6 +33,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

@ -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