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