diff --git a/.github/workflows/eshoponweb-cicd.yml b/.github/workflows/eshoponweb-cicd.yml index 9b4c90c7..5e62162c 100644 --- a/.github/workflows/eshoponweb-cicd.yml +++ b/.github/workflows/eshoponweb-cicd.yml @@ -5,11 +5,11 @@ on: workflow_dispatch #Environment variables https://docs.github.com/en/actions/learn-github-actions/environment-variables env: - RESOURCE-GROUP: rg-eshoponweb-westeurope + RESOURCE-GROUP: rg-eshoponweb-eastus LOCATION: westeurope TEMPLATE-FILE: infra/webapp.bicep SUBSCRIPTION-ID: 73751a04-c7e1-41ca-9758-f428d41f6b55 - WEBAPP-NAME: devops-webapp-westeurope-2717627623 + WEBAPP-NAME: devops-webapp-eastus-289004016 jobs: