From d17c113109b1324909fef91aab54ae7d65f61def Mon Sep 17 00:00:00 2001 From: Nicholas Greensmith <123564396+VerdantForge@users.noreply.github.com> Date: Sat, 30 Mar 2024 19:42:40 +0100 Subject: [PATCH] CI fix deployment slot --- .github/workflows/main_azwapp-neophyten-plattform-dev.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main_azwapp-neophyten-plattform-dev.yml b/.github/workflows/main_azwapp-neophyten-plattform-dev.yml index b772beb..6649a4c 100644 --- a/.github/workflows/main_azwapp-neophyten-plattform-dev.yml +++ b/.github/workflows/main_azwapp-neophyten-plattform-dev.yml @@ -38,7 +38,7 @@ jobs: runs-on: windows-latest needs: build environment: - name: "Development" + name: "Production" url: ${{ steps.deploy-to-webapp.outputs.webapp-url }} permissions: id-token: write #This is required for requesting the JWT @@ -61,5 +61,5 @@ jobs: uses: azure/webapps-deploy@v2 with: app-name: "azwapp-neophyten-plattform-dev" - slot-name: "Development" + slot-name: "Production" package: .