svrooij/Azure Static Web Apps Deploy (small)
Deploy to Azure Static Web Apps using the SWA CLI (lightweight)
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| tenant_id | The Azure Tenant ID | no | "" |
| client_id | The Azure Client ID | no | "" |
| subscription_id | The Azure Subscription ID | no | "" |
| static_web_app_name | The name of the Azure Static Web App | no | "" |
| azure_static_web_apps_api_token | The API token for Azure Static Web Apps, this is required if you are not using the federated identity | no | "" |
| app_location | The location of the app to deploy, relative to the root of the repository | no | ./ |
| api_location | The location of the API to deploy, relative to the root of the repository | no | "" |
| api_language | The language/runtime for the API (e.g. node, python, dotnetisolated) | no | "" |
| api_version | The version of the API language/runtime (e.g. 20 for Node 20) | no | "" |
| swa_environment | The environment to deploy to. | no | production |
| swa_config_directory | The directory where the staticwebapp.config.json file is, relative to the root of the repository | no | "" |
Outputs
| name | description |
|---|---|
| deployment_url | The original URL of the Azure Static Web App |