Skip to content

Commit 5c4da2d

Browse files
authored
Update App-Service-with-Cosmos_AZD-template.yaml
1 parent bcf9d54 commit 5c4da2d

1 file changed

Lines changed: 13 additions & 2 deletions

File tree

.github/workflows/App-Service-with-Cosmos_AZD-template.yaml

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,20 @@
1-
name: App-Service-with-Cosmos_AZD-template.yaml
1+
name: App-Service-with-Cosmos_AZD-template
22

33
on:
44
workflow_dispatch:
55
inputs:
6+
ade-lifecycle-hook:
7+
description: 'ADE Deploy Lifecycle Hook'
8+
required: true
9+
default: "deploy"
10+
type: choice
11+
options:
12+
- "deploy"
13+
- "destroy"
14+
ade-prefix:
15+
description: 'ADE Prefix Name'
16+
required: true
17+
type: string
618
RepositoryUrl:
719
description: 'Path the the application source code'
820
required: true
@@ -21,4 +33,3 @@ on:
2133
- "python"
2234
- "nodejs"
2335
- "java"
24-

0 commit comments

Comments
 (0)