Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .github/workflows/eshoponweb-cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down