From 9d026023b7006aef156d3fba238abbebcca1a859 Mon Sep 17 00:00:00 2001 From: Dreees <109101654+Dreees@users.noreply.github.com> Date: Fri, 4 Apr 2025 20:09:29 +0100 Subject: [PATCH] Update eshoponweb-cicd.yml --- .github/workflows/eshoponweb-cicd.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/eshoponweb-cicd.yml b/.github/workflows/eshoponweb-cicd.yml index dbe93de65..fda2e7ae1 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: East-US TEMPLATE-FILE: infra/webapp.bicep - SUBSCRIPTION-ID: YOUR-SUBS-ID - WEBAPP-NAME: eshoponweb-webapp-NAME + SUBSCRIPTION-ID: b50ba52c-3377-4765-8cf7-38829f2a6fc5 + WEBAPP-NAME: E-SHOP on Web jobs: @@ -75,7 +75,7 @@ jobs: - name: Azure Login uses: azure/login@v2 with: - creds: ${{ secrets.AZURE_CREDENTIALS }} + creds: ${{ secrets.MY_ESHOP_ON_WEB_DETAILS }} # Deploy Azure WebApp using Bicep file - name: deploy