azure/App Service Web App Build Action
Build an Azure Web App on Linux using the Oryx build system.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jan 13, 2023
- License
- MIT
Pinned Snippet
uses: azure/appservice-build@fb787afed09d7c240cf0a72b42a266142741fde6 # v3tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| source-directory | 'Relative path (within the repository) to the source directory of the project you want to build; if no value is provided for this, the root of the repository ("GITHUB_WORKSPACE" environment variable) will be built.' | no | — |
| platform | 'Programming platform used to build the web app; if no value is provided, Oryx will determine the platform to build with. Supported values: dotnet, golang, java, nodejs, php, python, ruby' | no | — |
| platform-version | 'Version of the programming platform used to build the web app; if no value is provided, Oryx will determine the version needed to build the repository.' | no | — |
| output-directory | The directory where the build output will be copied to. | no | — |
Outputs
no outputs