From a7c6c79ece54e7b38cf8942f6f150eaa8913dad2 Mon Sep 17 00:00:00 2001 From: Stefan Claassen Date: Sun, 23 Jun 2024 14:03:50 +0200 Subject: [PATCH] Update deploy.yml --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index ef8fb57..bdb8b3e 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -8,11 +8,11 @@ on: env: # alphanumeric string under 14 characters - RESOURCE_GROUP_NAME: store + RESOURCE_GROUP_NAME: msan-store-test-rg # specify your preferred region - REGION: eastus + REGION: southafricanorth STORE_DOCKER: Store/Dockerfile STORE_IMAGE: store