Merge branch 'main' into small-ui-updates
This commit is contained in:
commit
f1ac303644
3 changed files with 2 additions and 2 deletions
1
.github/workflows/main_deploy.yaml
vendored
1
.github/workflows/main_deploy.yaml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -132,7 +132,6 @@ flutter:
|
|||
generate: true
|
||||
uses-material-design: true
|
||||
assets:
|
||||
- .env
|
||||
- assets/
|
||||
- assets/pangea/
|
||||
- assets/pangea/bot_faces/
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue