step-security/Azure Static Web Apps Deploy
Deploys an application to Azure Static Web Apps
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| action | Action to perform | yes | — |
| app_location | Directory location of the application source code | yes | — |
| azure_static_web_apps_api_token | Required token | yes | — |
| api_build_command | Custom command for Oryx to run when building Azure Functions source code | no | — |
| api_location | Directory location of the Azure Functions source code | no | — |
| app_artifact_location | Identical in use to output_location | no | — |
| output_location | Directory location of the compiled application code after building | no | — |
| app_build_command | Custom command for Oryx to run when building application source code | no | — |
| repo_token | Token for interacting with the Github repository. Currently used only for commenting on Pull Requests. | no | — |
| routes_location | Directory location where the routes.json file can be found in the source code | no | — |
| skip_app_build | Skips the build step for the application source code if set to true. | no | — |
| config_file_location | Directory location where the staticwebapp.config.json file can be found in the source code | no | — |
| skip_api_build | Skips the build step for the Azure Functions source code if set to true. | no | — |
| production_branch | When specified, deployments from other branches will be considered preview environments. | no | — |
| deployment_environment | Name of the Azure Static Web Apps environment to deploy to. | no | — |
| is_static_export | Indicates you are using `next export` to generate a static site if set to true. | no | — |
| data_api_location | Directory location of the Data API configuration files | no | — |
| github_id_token | GitHub Auth id token | no | — |
Outputs
| name | description |
|---|---|
| static_web_app_url | Url of the application |