File tree Expand file tree Collapse file tree 1 file changed +16
-4
lines changed Expand file tree Collapse file tree 1 file changed +16
-4
lines changed Original file line number Diff line number Diff line change @@ -4,21 +4,33 @@ branding:
4
4
icon : ' upload-cloud'
5
5
color : ' blue'
6
6
inputs :
7
- azure_static_web_apps_api_token :
8
- description : ' Required token'
9
- required : true
10
7
action :
11
8
description : ' Action to perform'
12
9
required : true
13
10
app_location :
14
11
description : ' Directory location of the application source code'
15
12
required : true
13
+ azure_static_web_apps_api_token :
14
+ description : ' Required token'
15
+ required : true
16
+ api_build_command :
17
+ description : ' Custom command for Oryx to run when building Azure Functions source code'
18
+ required : false
16
19
api_location :
17
20
description : ' Directory location of the Azure Functions source code'
18
21
required : false
19
22
app_artifact_location :
20
23
description : ' Directory location of the compiled application code after building'
21
24
required : false
25
+ app_build_command :
26
+ description : ' Custom command for Oryx to run when building application source code'
27
+ required : false
28
+ repo_token :
29
+ description : ' Token for interacting with the Github repository. Currently used only for commenting on Pull Requests.'
30
+ required : false
31
+ routes_location :
32
+ description : ' Directory location where the routes.json file can be found in the source code'
33
+ required : false
22
34
runs :
23
35
using : ' docker'
24
- image : ' Dockerfile'
36
+ image : ' Dockerfile'
You can’t perform that action at this time.
0 commit comments