Read base url from development, and removed unused lines

This commit is contained in:
Abdullah Alassaf
2024-09-04 17:03:21 +03:00
parent a4b1a9e85d
commit 0db7a9e1ba
6 changed files with 15 additions and 145 deletions

View File

@ -31,7 +31,7 @@ jobs:
run: flutter pub get
- name: Build Flutter Web App
run: flutter build web
run: flutter build web --release --dart-define=FLAVOR=development
- name: Build And Deploy
id: builddeploy