Remove HTML web build
This commit is contained in:
parent
9270a60120
commit
8ce95dd5dc
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue