Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 17 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down