diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 093e2b2..1fc6911 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -6,11 +6,27 @@ on: env: + + # alphanumeric string under 14 characters + RESOURCE_GROUP_NAME: msan-store-test-rg + + + # alphanumeric string under 14 characters RESOURCE_GROUP_NAME: bradygstore02 # specify your preferred region - REGION: westus + + REGION: southafricanorth + + STORE_DOCKER: Store/Dockerfile + STORE_IMAGE: store + + INVENTORY_DOCKER: Store.InventoryApi/Dockerfile + INVENTORY_IMAGE: inventory + + REGION: southafricanorth + permissions: id-token: write