From 3a7d4cf2584073c75cfbccecf3c4c817c096aab5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 07:06:32 +0000 Subject: [PATCH] build(deps): bump azure/webapps-deploy from 2 to 3 Bumps [azure/webapps-deploy](https://github.com/azure/webapps-deploy) from 2 to 3. - [Release notes](https://github.com/azure/webapps-deploy/releases) - [Commits](https://github.com/azure/webapps-deploy/compare/v2...v3) --- updated-dependencies: - dependency-name: azure/webapps-deploy dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/app-deploy.yml | 10 +++++----- .github/workflows/auto-deploy.yml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/app-deploy.yml b/.github/workflows/app-deploy.yml index 1af0e4e7..57bd410f 100644 --- a/.github/workflows/app-deploy.yml +++ b/.github/workflows/app-deploy.yml @@ -36,21 +36,21 @@ jobs: creds: '{"clientId":"${{ secrets.TF_ARM_CLIENT_ID }}","clientSecret":"${{ secrets.TF_ARM_CLIENT_SECRET }}","subscriptionId":"${{ secrets.TF_ARM_SUBSCRIPTION_ID }}","tenantId":"${{ secrets.TF_ARM_TENANT_ID }}"}' - name: Deploy Dev to Azure Web App - uses: azure/webapps-deploy@v2 + uses: azure/webapps-deploy@v3 with: app-name: 's185d01-chidrens-social-care-cpd-app-service' images: 'ghcr.io/dfe-digital/childrens-social-care-cpd:${{ inputs.tag }}' if: ${{ inputs.workspace == 'Dev' }} - name: Deploy Test to Azure Web App - uses: azure/webapps-deploy@v2 + uses: azure/webapps-deploy@v3 with: app-name: 's185d02-chidrens-social-care-cpd-app-service' images: 'ghcr.io/dfe-digital/childrens-social-care-cpd:${{ inputs.tag }}' if: ${{ inputs.workspace == 'Test' }} - name: Deploy Load-Test to Azure Web App - uses: azure/webapps-deploy@v2 + uses: azure/webapps-deploy@v3 with: app-name: 's185d03-chidrens-social-care-cpd-app-service' slot-name: 'staging' @@ -62,14 +62,14 @@ jobs: if: ${{ inputs.workspace == 'Load-Test' }} - name: Deploy Pre-Prod to Azure Web App - uses: azure/webapps-deploy@v2 + uses: azure/webapps-deploy@v3 with: app-name: 's185t01-chidrens-social-care-cpd-app-service' images: 'ghcr.io/dfe-digital/childrens-social-care-cpd:${{ inputs.tag }}' if: ${{ inputs.workspace == 'Pre-Prod' }} - name: Deploy Prod to Azure Web App - uses: azure/webapps-deploy@v2 + uses: azure/webapps-deploy@v3 with: app-name: 's185p01-chidrens-social-care-cpd-app-service' slot-name: 'staging' diff --git a/.github/workflows/auto-deploy.yml b/.github/workflows/auto-deploy.yml index 7f1892e0..b21e4bba 100644 --- a/.github/workflows/auto-deploy.yml +++ b/.github/workflows/auto-deploy.yml @@ -20,7 +20,7 @@ jobs: creds: '{"clientId":"${{ secrets.TF_ARM_CLIENT_ID }}","clientSecret":"${{ secrets.TF_ARM_CLIENT_SECRET }}","subscriptionId":"${{ secrets.TF_ARM_SUBSCRIPTION_ID }}","tenantId":"${{ secrets.TF_ARM_TENANT_ID }}"}' - name: Automatically Deploy Dev to Azure Web App - uses: azure/webapps-deploy@v2 + uses: azure/webapps-deploy@v3 with: app-name: 's185d01-chidrens-social-care-cpd-app-service' # slot-name: 'Dev'