Remove HTML web build

This commit is contained in:
Hillel Coren 2022-06-01 17:14:12 +03:00
parent 9270a60120
commit 8ce95dd5dc
1 changed files with 0 additions and 13 deletions

View File

@ -70,19 +70,6 @@ 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}} deploys $SENTRY_RELEASE new -e production
- name: Build HTML App
run: |
flutter build web --web-renderer html
git clone https://${{secrets.commit_secret}}@github.com/invoiceninja/invoiceninja.git invoiceninja_html
cd invoiceninja_html
git checkout v5-develop
cp ../build/web/main.dart.js ./public/main.html.dart.js
git add .
git commit -m 'Admin Portal - HTML'
git push
cd ..
- name: Build Profile App
run: |
flutter build web --profile