Update build

This commit is contained in:
Hillel Coren 2021-08-25 11:17:06 +03:00
parent 4ec1f65f91
commit d59a74572f
1 changed files with 2 additions and 0 deletions

View File

@ -70,6 +70,7 @@ jobs:
sentry-cli --auth-token ${{secrets.sentry_auth_token}} --url ${{secrets.sentry_url}} releases --org ${{secrets.sentry_org}} finalize $SENTRY_RELEASE sentry-cli --auth-token ${{secrets.sentry_auth_token}} --url ${{secrets.sentry_url}} releases --org ${{secrets.sentry_org}} finalize $SENTRY_RELEASE
sentry-cli --auth-token ${{secrets.sentry_auth_token}} --url ${{secrets.sentry_url}} releases --org ${{secrets.sentry_org}} deploys $SENTRY_RELEASE new -e production sentry-cli --auth-token ${{secrets.sentry_auth_token}} --url ${{secrets.sentry_url}} releases --org ${{secrets.sentry_org}} deploys $SENTRY_RELEASE new -e production
- name: Build WASM App - name: Build WASM App
run: |
flutter build web --web-renderer canvaskit --release flutter build web --web-renderer canvaskit --release
git clone https://${{secrets.commit_secret}}@github.com/invoiceninja/invoiceninja.git invoiceninja_wasm git clone https://${{secrets.commit_secret}}@github.com/invoiceninja/invoiceninja.git invoiceninja_wasm
@ -82,6 +83,7 @@ jobs:
git push git push
cd .. cd ..
- name: Build Profile App - name: Build Profile App
run: |
flutter build web --web-renderer html --profile flutter build web --web-renderer html --profile
git clone https://${{secrets.commit_secret}}@github.com/invoiceninja/invoiceninja.git invoiceninja_profile git clone https://${{secrets.commit_secret}}@github.com/invoiceninja/invoiceninja.git invoiceninja_profile