Skip to content

Commit 118cb1d

Browse files
committed
dev env
1 parent 48ccefb commit 118cb1d

1 file changed

Lines changed: 15 additions & 1 deletion

File tree

.github/workflows/azure-static-web-apps-happy-tree-038f26503.yml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,21 @@ jobs:
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:

0 commit comments

Comments
 (0)