test deploy

This commit is contained in:
faris Aljohari
2024-08-25 13:03:39 +03:00
parent 940098ed9a
commit 1ced4f846a

View File

@ -19,6 +19,18 @@ jobs:
with:
submodules: true
lfs: false
- name: Set up Flutter
uses: subosito/flutter-action@v2
with:
flutter-version: '3.0.0' # Use the appropriate Flutter version
- name: Install dependencies
run: flutter pub get
- name: Build Flutter web app
run: flutter build web --release
- name: Build And Deploy
id: builddeploy
uses: Azure/static-web-apps-deploy@v1
@ -28,9 +40,9 @@ jobs:
action: "upload"
###### Repository/Build Configurations - These values can be configured to match your app requirements. ######
# For more information regarding Static Web App workflow configurations, please visit: https://aka.ms/swaworkflowconfig
app_location: "/web" # App source code path
app_location: "web" # App source code path
api_location: "" # Api source code path - optional
output_location: "/web/build" # Built app content directory - optional
output_location: "build/web" # Built app content directory
###### End of Repository/Build Configurations ######
close_pull_request_job: