mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-07-09 22:57:21 +00:00
test deploy
This commit is contained in:
@ -48,9 +48,9 @@ jobs:
|
||||
azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_ZEALOUS_MUSHROOM_0D31A3303 }}
|
||||
repo_token: ${{ secrets.GITHUB_TOKEN }} # Used for Github integrations (i.e. PR comments)
|
||||
action: "upload"
|
||||
app_location: "." # Root of your Flutter project
|
||||
api_location: "" # API source code path - optional
|
||||
output_location: "build/web" # Path to the built web app content directory
|
||||
app_location: "build/web" # App source code path
|
||||
api_location: "" # Api source code path - optional
|
||||
output_location: "build/web" # Built app content directory - optional
|
||||
|
||||
close_pull_request_job:
|
||||
if: github.event_name == 'pull_request' && github.event.action == 'closed'
|
||||
|
Reference in New Issue
Block a user