updated buildscript to configure
This commit is contained in:
parent
0dbd87dba1
commit
fbb937ea28
3 changed files with 3 additions and 2 deletions
2
.github/workflows/main_deploy.yaml
vendored
2
.github/workflows/main_deploy.yaml
vendored
|
|
@ -23,7 +23,7 @@ jobs:
|
|||
- name: Prepare web
|
||||
run: ./scripts/prepare-web.sh
|
||||
- name: Build Release Web
|
||||
run: flutter build web --dart-define=FLUTTER_WEB_CANVASKIT_URL=canvaskit/ --release --source-maps --base-href "/client/"
|
||||
run: ./scripts/build-web.sh
|
||||
- name: Build Website
|
||||
run: |
|
||||
mv build/web public
|
||||
|
|
|
|||
|
|
@ -2,4 +2,5 @@
|
|||
flutter config --enable-web
|
||||
flutter clean
|
||||
flutter pub get
|
||||
flutter build web --release --verbose --source-maps --dart-define=SENTRY_RELEASE=$CI_COMMIT_SHA
|
||||
flutter build web --dart-define=FLUTTER_WEB_CANVASKIT_URL=canvaskit/ --release --source-maps --base-href "/client/"
|
||||
# flutter build web --release --verbose --source-maps --dart-define=SENTRY_RELEASE=$CI_COMMIT_SHA
|
||||
|
|
|
|||
0
scripts/upload-sentry.sh
Executable file → Normal file
0
scripts/upload-sentry.sh
Executable file → Normal file
Loading…
Add table
Reference in a new issue