From e96e7bd09bd77846b411114bacebdc9082c1bc7b Mon Sep 17 00:00:00 2001 From: Richard87 Date: Tue, 19 Mar 2024 17:44:36 +0100 Subject: [PATCH 1/2] Rename C2 --- .github/workflows/deploy-database.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-database.yml b/.github/workflows/deploy-database.yml index 3ea67fc..e0e6ccf 100644 --- a/.github/workflows/deploy-database.yml +++ b/.github/workflows/deploy-database.yml @@ -32,7 +32,7 @@ jobs: - name: "c2" ref: "refs/heads/release" client-id: "820a9ea1-9d2f-4056-9271-d2865cc70fb6" - server: "sql-radix-cost-allocation-c2-prod.database.windows.net" + server: "sql-radix-cost-allocation-c2.database.windows.net" env: connection: >- From 86d45f6657aa3cd6c14b59500f0c94f418868098 Mon Sep 17 00:00:00 2001 From: Richard87 Date: Tue, 19 Mar 2024 18:02:28 +0100 Subject: [PATCH 2/2] Rename Prod to Platform --- .github/workflows/deploy-database.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-database.yml b/.github/workflows/deploy-database.yml index e0e6ccf..bc29298 100644 --- a/.github/workflows/deploy-database.yml +++ b/.github/workflows/deploy-database.yml @@ -27,7 +27,7 @@ jobs: - name: "platform" ref: "refs/heads/release" client-id: "5dd06410-a4dd-4616-8fda-090d23b1528c" - server: "sql-radix-cost-allocation-prod.database.windows.net" + server: "sql-radix-cost-allocation-platform.database.windows.net" - name: "c2" ref: "refs/heads/release"