Deploy 02
This commit is contained in:
parent
767084aa87
commit
86f05901ab
1 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@
|
|||
# More GitHub Actions for Azure: https://github.com/Azure/actions
|
||||
# More info on Python, GitHub Actions, and Azure App Service: https://aka.ms/python-webapps-actions
|
||||
|
||||
name: Build and deploy Python app to Azure Web App - poweron-gateway-int
|
||||
name: Build and deploy Python app to Azure Web App - gateway-int
|
||||
|
||||
on:
|
||||
push:
|
||||
|
|
@ -75,6 +75,6 @@ jobs:
|
|||
uses: azure/webapps-deploy@v2
|
||||
id: deploy-to-webapp
|
||||
with:
|
||||
app-name: 'poweron-gateway-int'
|
||||
app-name: 'gateway-int'
|
||||
slot-name: 'Production'
|
||||
package: .
|
||||
Loading…
Reference in a new issue