Skip to content

Commit

Permalink
CI fix deployment slot
Browse files Browse the repository at this point in the history
  • Loading branch information
VerdantForge committed Mar 30, 2024
1 parent eca8312 commit d17c113
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main_azwapp-neophyten-plattform-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -61,5 +61,5 @@ jobs:
uses: azure/webapps-deploy@v2
with:
app-name: "azwapp-neophyten-plattform-dev"
slot-name: "Development"
slot-name: "Production"
package: .

0 comments on commit d17c113

Please sign in to comment.