File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 - uses : actions/checkout@v2
1919 with :
2020 submodules : true
21- - name : Build And Deploy
21+ - name : Build And Deploy Dev
22+ id : builddeploy
23+ uses : Azure/static-web-apps-deploy@v1
24+ with :
25+ azure_static_web_apps_api_token : ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_HAPPY_TREE_038F26503 }}
26+ repo_token : ${{ secrets.GITHUB_TOKEN }} # Used for Github integrations (i.e. PR comments)
27+ action : " upload"
28+ # ##### Repository/Build Configurations - These values can be configured to match your app requirements. ######
29+ # For more information regarding Static Web App workflow configurations, please visit: https://aka.ms/swaworkflowconfig
30+ deployment_environment : " Development"
31+ app_location : " /PocketDDD.BlazorClient/PocketDDD.BlazorClient" # App source code path
32+ api_location : " " # Api source code path - optional
33+ output_location : " wwwroot" # Built app content directory - optional
34+ # ##### End of Repository/Build Configurations ######
35+ - name : Build And Deploy Test
2236 id : builddeploy
2337 uses : Azure/static-web-apps-deploy@v1
2438 with :
You can’t perform that action at this time.
0 commit comments