From d6d109e6a26d0656a231e982c1c307941c19b726 Mon Sep 17 00:00:00 2001 From: kmTai Date: Thu, 9 Nov 2023 01:42:18 +0000 Subject: [PATCH 1/2] remove slot-name --- .github/workflows/azure-webapps-deploy.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/azure-webapps-deploy.yml b/.github/workflows/azure-webapps-deploy.yml index 4afdd85..fd17f24 100644 --- a/.github/workflows/azure-webapps-deploy.yml +++ b/.github/workflows/azure-webapps-deploy.yml @@ -59,5 +59,4 @@ jobs: with: app-name: ${{ env.AZURE_WEBAPP_NAME }} publish-profile: ${{ secrets.AZURE_WEBAPP_PUBLISH_PROFILE }} - images: 'ghcr.io/${{ env.REPO }}:${{ github.sha }}' - slot-name: staging \ No newline at end of file + images: 'ghcr.io/${{ env.REPO }}:${{ github.sha }}' \ No newline at end of file From 021ae5c074a3a22761235d7cfcbe36285ee1bb89 Mon Sep 17 00:00:00 2001 From: kmTai Date: Thu, 9 Nov 2023 01:56:11 +0000 Subject: [PATCH 2/2] remove slot-name again --- .github/workflows/azure-webapps-deploy.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/azure-webapps-deploy.yml b/.github/workflows/azure-webapps-deploy.yml index fd17f24..08e4137 100644 --- a/.github/workflows/azure-webapps-deploy.yml +++ b/.github/workflows/azure-webapps-deploy.yml @@ -49,7 +49,6 @@ jobs: runs-on: ubuntu-latest needs: build - steps: - name: Lowercase the repo name run: echo "REPO=${GITHUB_REPOSITORY,,}" >>${GITHUB_ENV}