From 0663e039771b6a21d574aae500e9a232f322b927 Mon Sep 17 00:00:00 2001 From: Frankie Clipsham <68070161+frank-64@users.noreply.github.com> Date: Tue, 4 Mar 2025 10:47:08 +0000 Subject: [PATCH 1/5] Upload artifact action usage to non-depracted v4 --- .github/workflows/sample-app-github-cd.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/sample-app-github-cd.yml b/.github/workflows/sample-app-github-cd.yml index 25c62ec876..0f3eab4ff6 100644 --- a/.github/workflows/sample-app-github-cd.yml +++ b/.github/workflows/sample-app-github-cd.yml @@ -36,7 +36,7 @@ jobs: run: zip release.zip ./* -r - name: Upload artifact for deployment jobs - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: python-app path: | @@ -54,7 +54,7 @@ jobs: steps: - name: Download artifact from build job - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: python-app @@ -75,4 +75,4 @@ jobs: with: app-name: 'sample-app-github-cd' slot-name: 'Production' - \ No newline at end of file + From 74e19a77d19224774aacd49bfc7cffc907c51e8b Mon Sep 17 00:00:00 2001 From: Frankie Clipsham <68070161+frank-64@users.noreply.github.com> Date: Thu, 6 Mar 2025 08:26:58 +0000 Subject: [PATCH 2/5] Change app name for manual deploy --- .github/workflows/sample-app-github-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sample-app-github-cd.yml b/.github/workflows/sample-app-github-cd.yml index 0f3eab4ff6..870e687f4b 100644 --- a/.github/workflows/sample-app-github-cd.yml +++ b/.github/workflows/sample-app-github-cd.yml @@ -73,6 +73,6 @@ jobs: uses: azure/webapps-deploy@v2 id: deploy-to-webapp with: - app-name: 'sample-app-github-cd' + app-name: 'admin-transcript-assistant' slot-name: 'Production' From 9eeb1e5be833e3495f418e9e986db6da4930e87d Mon Sep 17 00:00:00 2001 From: Frankie Clipsham <68070161+frank-64@users.noreply.github.com> Date: Thu, 6 Mar 2025 08:51:33 +0000 Subject: [PATCH 3/5] Update sample-app-github-cd.yml --- .github/workflows/sample-app-github-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sample-app-github-cd.yml b/.github/workflows/sample-app-github-cd.yml index 870e687f4b..798a8bdeed 100644 --- a/.github/workflows/sample-app-github-cd.yml +++ b/.github/workflows/sample-app-github-cd.yml @@ -73,6 +73,6 @@ jobs: uses: azure/webapps-deploy@v2 id: deploy-to-webapp with: - app-name: 'admin-transcript-assistant' + app-name: 'testapp012' slot-name: 'Production' From b2228c204eea17de9345d7a0340a9a58bbd27ffa Mon Sep 17 00:00:00 2001 From: Frankie Clipsham <68070161+frank-64@users.noreply.github.com> Date: Thu, 6 Mar 2025 11:22:15 +0000 Subject: [PATCH 4/5] Update sample-app-github-cd.yml --- .github/workflows/sample-app-github-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sample-app-github-cd.yml b/.github/workflows/sample-app-github-cd.yml index 798a8bdeed..d447489581 100644 --- a/.github/workflows/sample-app-github-cd.yml +++ b/.github/workflows/sample-app-github-cd.yml @@ -73,6 +73,6 @@ jobs: uses: azure/webapps-deploy@v2 id: deploy-to-webapp with: - app-name: 'testapp012' + app-name: 'Proposals-Assistant' slot-name: 'Production' From 62e20a5715b7e24419873b391be676f55951b66e Mon Sep 17 00:00:00 2001 From: Frankie Clipsham <68070161+frank-64@users.noreply.github.com> Date: Fri, 7 Mar 2025 09:31:30 +0000 Subject: [PATCH 5/5] Update sample-app-github-cd.yml --- .github/workflows/sample-app-github-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sample-app-github-cd.yml b/.github/workflows/sample-app-github-cd.yml index d447489581..0f3eab4ff6 100644 --- a/.github/workflows/sample-app-github-cd.yml +++ b/.github/workflows/sample-app-github-cd.yml @@ -73,6 +73,6 @@ jobs: uses: azure/webapps-deploy@v2 id: deploy-to-webapp with: - app-name: 'Proposals-Assistant' + app-name: 'sample-app-github-cd' slot-name: 'Production'