diff --git a/.github/workflows/eshoponweb-cicd.yml b/.github/workflows/eshoponweb-cicd.yml index b50900a43..d5afdf535 100644 --- a/.github/workflows/eshoponweb-cicd.yml +++ b/.github/workflows/eshoponweb-cicd.yml @@ -7,13 +7,15 @@ on: workflow_dispatch #Environment variables https://docs.github.com/en/actions/learn-github-actions/environment-variables env: # RESOURCE-GROUP: rg-eshoponweb-NAME - RESOURCE-GROUP: rg-eshoponweb-westeurope + # RESOURCE-GROUP: rg-eshoponweb-westeurope + RESOURCE-GROUP: rg-eshoponweb-eastus LOCATION: westeurope TEMPLATE-FILE: infra/webapp.bicep # SUBSCRIPTION-ID: YOUR-SUBS-ID SUBSCRIPTION-ID: 3d908443-1e8d-418c-aef8-ad335e137f1f # WEBAPP-NAME: eshoponweb-webapp-NAME - WEBAPP-NAME: devops-webapp-westeurope-3176026157 + # WEBAPP-NAME: devops-webapp-westeurope-3176026157 + WEBAPP-NAME: devops-webapp-eastus-1969522618 jobs: #Build, test and publish .net web project in repository