From 3a71f77b008d96d919dfab6286917f023de06e8c Mon Sep 17 00:00:00 2001 From: Omar Salah Zidan Date: Tue, 31 Oct 2023 04:33:22 -0700 Subject: [PATCH] Update eshoponweb-cicd.yml --- .github/workflows/eshoponweb-cicd.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/eshoponweb-cicd.yml b/.github/workflows/eshoponweb-cicd.yml index 41e8f28..fe4ad92 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-az400-eshoponweb-NAME + RESOURCE-GROUP: rg-az400-eshoponweb-01 LOCATION: westeurope TEMPLATE-FILE: .azure/bicep/webapp.bicep - SUBSCRIPTION-ID: YOUR-SUBS-ID - WEBAPP-NAME: az400-webapp-NAME + SUBSCRIPTION-ID: 2aa3f493-3fa6-4253-a879-b2b81a1d8b99 + WEBAPP-NAME: az400-webapp-omar01 jobs: