forked from Azure/static-web-apps-deploy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
action.yml
39 lines (39 loc) · 1.31 KB
/
action.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
name: "Azure Static Web Apps Deploy (Puppeteer)"
description: "Deploys an application to Azure Static Web Apps"
branding:
icon: "upload-cloud"
color: "blue"
inputs:
action:
description: "Action to perform"
required: true
app_location:
description: "Directory location of the application source code"
required: true
azure_static_web_apps_api_token:
description: "Required token"
required: true
api_build_command:
description: "Custom command for Oryx to run when building Azure Functions source code"
required: false
api_location:
description: "Directory location of the Azure Functions source code"
required: false
app_artifact_location:
description: "Directory location of the compiled application code after building"
required: false
app_build_command:
description: "Custom command for Oryx to run when building application source code"
required: false
repo_token:
description: "Token for interacting with the Github repository. Currently used only for commenting on Pull Requests."
required: false
routes_location:
description: "Directory location where the routes.json file can be found in the source code"
required: false
outputs:
static_web_app_url:
description: "Url of the application"
runs:
using: "docker"
image: "Dockerfile"