Deploy 02

This commit is contained in:
ValueOn AG 2025-09-09 00:56:47 +02:00
parent 767084aa87
commit 86f05901ab

View file

@ -2,7 +2,7 @@
# More GitHub Actions for Azure: https://github.com/Azure/actions # 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 # 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: on:
push: push:
@ -75,6 +75,6 @@ jobs:
uses: azure/webapps-deploy@v2 uses: azure/webapps-deploy@v2
id: deploy-to-webapp id: deploy-to-webapp
with: with:
app-name: 'poweron-gateway-int' app-name: 'gateway-int'
slot-name: 'Production' slot-name: 'Production'
package: . package: .