dumb quickfix
This commit is contained in:
parent
5de9439294
commit
9c11780026
2 changed files with 2 additions and 1 deletions
1
.github/workflows/main_deploy.yaml
vendored
1
.github/workflows/main_deploy.yaml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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