diff --git a/.github/workflows/int_poweron-gateway-int.yml b/.github/workflows/int_gateway-int.yml similarity index 94% rename from .github/workflows/int_poweron-gateway-int.yml rename to .github/workflows/int_gateway-int.yml index d092bada..fcf66c89 100644 --- a/.github/workflows/int_poweron-gateway-int.yml +++ b/.github/workflows/int_gateway-int.yml @@ -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: .