From 453b13557a1ab48ad13abb8dd7bfb9356c4b6f63 Mon Sep 17 00:00:00 2001 From: wdimaculangan Date: Wed, 7 Aug 2024 16:26:51 -0400 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..a0e215b 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-wdimac + LOCATION: eastus TEMPLATE-FILE: infra/webapp.bicep - SUBSCRIPTION-ID: YOUR-SUBS-ID - WEBAPP-NAME: eshoponweb-webapp-NAME + SUBSCRIPTION-ID: 699a667f-a589-4a35-8594-f5f8ea0bfc91 + WEBAPP-NAME: eshoponweb-webapp-wdimac jobs: