sethreidnz/Azure WebApps Preview Deploy
Automates the deployment of your app code to a preview url on pull request
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| githubToken | The github token from the run e.g. secrets.GITHUB_TOKEN | yes | — |
| subscriptionId | The subscriptionId that contains the target Azure Web App | yes | — |
| resourceGroup | The resource group that contains the target Azure Web App | yes | — |
| webAppName | The name of the target Azure Web App | yes | — |
| storageAccount | The name of a storage account to upload deployment packages to. Note that the Azure AD app that is carrying out the deployment must have "Storage Blob Data Contributor" to this storage account. | yes | — |
| storageContainer | The name of the container to upload the deployment package to | yes | — |
| deployPackagePath | The local path to the zipped deploy package for deployment to the web app | yes | — |
| cleanup | If true then will clean up the preview slot deployed for the PR. Defaults to false. | no | — |
Outputs
no outputs