We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a39fa5 commit 13cc4eeCopy full SHA for 13cc4ee
.github/workflows/eshoponweb-cicd.yml
@@ -1,15 +1,15 @@
1
name: eShopOnWeb Build and Test
2
3
#Triggers (uncomment line below to use it)
4
-#on: [push, workflow_dispatch]
+on: workflow_dispatch
5
6
#Environment variables https://docs.github.com/en/actions/learn-github-actions/environment-variables
7
env:
8
- RESOURCE-GROUP: rg-eshoponweb-NAME
+ RESOURCE-GROUP: rg-eshoponweb-westeurope
9
LOCATION: westeurope
10
TEMPLATE-FILE: infra/webapp.bicep
11
- SUBSCRIPTION-ID: YOUR-SUBS-ID
12
- WEBAPP-NAME: eshoponweb-webapp-NAME
+ SUBSCRIPTION-ID: 27f8e71b-d602-438f-8853-946271e6bc3f
+ WEBAPP-NAME: devops-webapp-westeurope-49565202
13
14
15
jobs:
0 commit comments