From 1f534316f77956ccbfc94830fcacaf75702d44e1 Mon Sep 17 00:00:00 2001 From: raysmith0994 Date: Mon, 20 Apr 2026 11:43:55 -0700 Subject: [PATCH] Update eshoponweb-cicd.yml ray smith changes for practice. --- .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 3714a3af2..f29363ae8 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-raysmith0994 + LOCATION: eastus TEMPLATE-FILE: infra/webapp.bicep - SUBSCRIPTION-ID: YOUR-SUBS-ID - WEBAPP-NAME: eshoponweb-webapp-NAME + SUBSCRIPTION-ID: d7d70622-3a22-4bcf-b0e7-5d23c846bdd6 + WEBAPP-NAME: eshoponweb-webapp-rs0994 jobs: #Build, test and publish .net web project in repository