Skip to content

Commit 7a12b2a

Browse files
committed
ci: Add GitHub Actions workflows for Azure Web App build and deployment for cms and main branches.
1 parent 7e67c07 commit 7a12b2a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cms_cms.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676

7777
- name: Deploy to Azure Web App
7878
id: deploy-to-webapp
79-
uses: azure/webapps-deploy@v2.2.8
79+
uses: azure/webapps-deploy@v3
8080
with:
8181
app-name: "cms"
8282
slot-name: "Production"

.github/workflows/main_cms.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777

7878
- name: "Deploy to Azure Web App"
7979
id: deploy-to-webapp
80-
uses: azure/webapps-deploy@v2.2.8
80+
uses: azure/webapps-deploy@v3
8181
with:
8282
app-name: "cms"
8383
slot-name: "Production"

0 commit comments

Comments
 (0)