From af06ba3ef9ffe8afd6c9dcad85d403517f00ad07 Mon Sep 17 00:00:00 2001 From: Neill Turner Date: Fri, 1 Nov 2024 13:30:48 +0000 Subject: [PATCH] preproduction database restore --- .github/workflows/database.yaml | 2 +- global_config/preproduction.sh | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 global_config/preproduction.sh diff --git a/.github/workflows/database.yaml b/.github/workflows/database.yaml index 416b169ea..d8459a2cb 100644 --- a/.github/workflows/database.yaml +++ b/.github/workflows/database.yaml @@ -10,7 +10,7 @@ on: type: choice options: - test - - preprod + - preproduction - production backup-file: description: | diff --git a/global_config/preproduction.sh b/global_config/preproduction.sh new file mode 100644 index 000000000..64adffb98 --- /dev/null +++ b/global_config/preproduction.sh @@ -0,0 +1,6 @@ +CONFIG=preproduction +ENVIRONMENT=preprod +CONFIG_SHORT=pp +AZURE_SUBSCRIPTION=s189-teacher-services-cloud-test +AZURE_RESOURCE_PREFIX=s189t01 +KV_PURGE_PROTECTION=false