From 546c6e1aef20d1a946c94351a463f9354c3fccca Mon Sep 17 00:00:00 2001 From: Aleksandar Ilicic <45496354+ailicic@users.noreply.github.com> Date: Wed, 24 Jul 2024 11:20:36 +0200 Subject: [PATCH] Update eshoponweb-cicd.yml --- .github/workflows/eshoponweb-cicd.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/eshoponweb-cicd.yml b/.github/workflows/eshoponweb-cicd.yml index dbe93de..05d31af 100644 --- a/.github/workflows/eshoponweb-cicd.yml +++ b/.github/workflows/eshoponweb-cicd.yml @@ -1,14 +1,14 @@ 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 + RESOURCE-GROUP: rg-aleksandar-ilicic LOCATION: westeurope TEMPLATE-FILE: infra/webapp.bicep - SUBSCRIPTION-ID: YOUR-SUBS-ID + SUBSCRIPTION-ID: 5fd50c9f-fd1a-41ea-a15b-427dc20b1f20 WEBAPP-NAME: eshoponweb-webapp-NAME