From a7c2e1cf0542133646645eeb929b92dbb164c37a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Gareau?= <59730039+CGareau@users.noreply.github.com> Date: Wed, 18 Dec 2024 01:14:17 -0800 Subject: [PATCH] Update eshoponweb-cicd.yml --- .github/workflows/eshoponweb-cicd.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/eshoponweb-cicd.yml b/.github/workflows/eshoponweb-cicd.yml index dbe93de..6882408 100644 --- a/.github/workflows/eshoponweb-cicd.yml +++ b/.github/workflows/eshoponweb-cicd.yml @@ -1,15 +1,15 @@ name: eShopOnWeb Build and Test #Triggers (uncomment line below to use it) -#on: [push, workflow_dispatch] +on: [push, workflow_dispatch] #Environment variables https://docs.github.com/en/actions/learn-github-actions/environment-variables env: - RESOURCE-GROUP: rg-eshoponweb-NAME - LOCATION: westeurope + RESOURCE-GROUP: rg-eshoponweb + LOCATION: eastus2 TEMPLATE-FILE: infra/webapp.bicep - SUBSCRIPTION-ID: YOUR-SUBS-ID - WEBAPP-NAME: eshoponweb-webapp-NAME + SUBSCRIPTION-ID: a2011ca4-0179-49ad-a2ef-a09e9ec2c793 + WEBAPP-NAME: eshoponweb-webapp46812944 jobs: