From 4929da5d73f4f463555a3fcc3d77a2895b418fe5 Mon Sep 17 00:00:00 2001
From: ValueOn AG
Date: Tue, 9 Sep 2025 15:00:29 +0200
Subject: [PATCH 1/3] gateway prod with postgres db
---
.github/workflows/main_gateway-prod.yml | 2 +-
env_int.env | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/main_gateway-prod.yml b/.github/workflows/main_gateway-prod.yml
index 09e7c1f5..f73e8e7d 100644
--- a/.github/workflows/main_gateway-prod.yml
+++ b/.github/workflows/main_gateway-prod.yml
@@ -70,6 +70,6 @@ jobs:
uses: azure/webapps-deploy@v3
id: deploy-to-webapp
with:
- app-name: 'gateway_prod'
+ app-name: 'gateway-prod'
slot-name: 'Production'
publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_GATEWAY_PROD }}
\ No newline at end of file
diff --git a/env_int.env b/env_int.env
index 7b6cca3d..31c8adec 100644
--- a/env_int.env
+++ b/env_int.env
@@ -7,21 +7,21 @@ APP_API_URL = https://gateway-int.poweron-center.net
# PostgreSQL Storage (new)
DB_APP_HOST=gateway-int-server.postgres.database.azure.com
-DB_APP_DATABASE=poweron_app_int
+DB_APP_DATABASE=poweron_app
DB_APP_USER=heeshkdlby
DB_APP_PASSWORD_SECRET=VkAjgECESbEVQ$Tu
DB_APP_PORT=5432
# PostgreSQL Storage (new)
DB_CHAT_HOST=gateway-int-server.postgres.database.azure.com
-DB_CHAT_DATABASE=poweron_chat_int
+DB_CHAT_DATABASE=poweron_chat
DB_CHAT_USER=heeshkdlby
DB_CHAT_PASSWORD_SECRET=VkAjgECESbEVQ$Tu
DB_CHAT_PORT=5432
# PostgreSQL Storage (new)
DB_MANAGEMENT_HOST=gateway-int-server.postgres.database.azure.com
-DB_MANAGEMENT_DATABASE=poweron_management_int
+DB_MANAGEMENT_DATABASE=poweron_management
DB_MANAGEMENT_USER=heeshkdlby
DB_MANAGEMENT_PASSWORD_SECRET=VkAjgECESbEVQ$Tu
DB_MANAGEMENT_PORT=5432
From 4322e6a6cfd8443425867b3f8d07c2f8b8ee34b9 Mon Sep 17 00:00:00 2001
From: ValueOn AG
Date: Tue, 9 Sep 2025 15:12:03 +0200
Subject: [PATCH 2/3] adapted profile
---
.github/workflows/int_gateway-int.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/int_gateway-int.yml b/.github/workflows/int_gateway-int.yml
index ba0fe2e2..8f63ed50 100644
--- a/.github/workflows/int_gateway-int.yml
+++ b/.github/workflows/int_gateway-int.yml
@@ -71,5 +71,5 @@ jobs:
id: deploy-to-webapp
with:
app-name: 'gateway-int'
- slot-name: 'Production'
+ slot-name: 'Integration'
publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_GATEWAY_INT }}
\ No newline at end of file
From 2e0d3695c54b3311605c875b8d4a39ae1d548801 Mon Sep 17 00:00:00 2001
From: ValueOn AG
Date: Tue, 9 Sep 2025 15:22:31 +0200
Subject: [PATCH 3/3] slot prod
---
.github/workflows/int_gateway-int.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/int_gateway-int.yml b/.github/workflows/int_gateway-int.yml
index 8f63ed50..ba0fe2e2 100644
--- a/.github/workflows/int_gateway-int.yml
+++ b/.github/workflows/int_gateway-int.yml
@@ -71,5 +71,5 @@ jobs:
id: deploy-to-webapp
with:
app-name: 'gateway-int'
- slot-name: 'Integration'
+ slot-name: 'Production'
publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_GATEWAY_INT }}
\ No newline at end of file