From 86f05901ab1523184e47e35f8ebb5002ceb2b3a6 Mon Sep 17 00:00:00 2001
From: ValueOn AG
Date: Tue, 9 Sep 2025 00:56:47 +0200
Subject: [PATCH] Deploy 02
---
.../{int_poweron-gateway-int.yml => int_gateway-int.yml} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename .github/workflows/{int_poweron-gateway-int.yml => int_gateway-int.yml} (94%)
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: .