shibayan/Deploy Azure Static Web Apps
Deploy prebuilt assets to Azure Static Web Apps using StaticSitesClient
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| app-location | Directory that contains the prebuilt front-end assets to deploy | no | — |
| api-location | Directory that contains the Azure Functions API to deploy | no | — |
| deployment-token | Deployment token for the target Static Web App. Falls back to SWA_CLI_DEPLOYMENT_TOKEN when omitted | no | — |
| app-name | Static Web App name used to resolve a deployment token from Azure Resource Manager when deployment-token is omitted | no | — |
| resource-group-name | Resource group name for the target Static Web App. When provided, Azure Resource Manager lookup skips subscription-wide app discovery. | no | — |
| environment-name | Target deployment environment such as preview or production | no | production |
| api-language | Function runtime language for the API, for example node, python, dotnet, or dotnetisolated | no | — |
| api-version | Function runtime version for the API | no | — |
Outputs
| name | description |
|---|---|
| deployment-url | URL emitted by StaticSitesClient after a successful deployment when available |