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