Update production_criminalmindsapi.yml
This commit is contained in:
@@ -30,7 +30,7 @@ jobs:
|
||||
runs-on: windows-latest
|
||||
needs: build
|
||||
environment:
|
||||
name: 'Production'
|
||||
name: 'production'
|
||||
url: ${{ steps.deploy-to-webapp.outputs.webapp-url }}
|
||||
permissions:
|
||||
id-token: write
|
||||
@@ -50,6 +50,6 @@ jobs:
|
||||
uses: azure/webapps-deploy@v2
|
||||
with:
|
||||
app-name: 'criminalmindsapi'
|
||||
slot-name: 'Production'
|
||||
slot-name: 'production'
|
||||
package: .
|
||||
|
||||
|
||||
Reference in New Issue
Block a user