web-id-fr/VitoDeploy Review-app Clean Action
Clean a review-application on VitoDeploy
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| api_base_url | API URL (e.g.: "https://vito.test/api") | yes | — |
| api_token | API key | yes | — |
| project_id | Project ID | yes | — |
| server_id | Server ID | yes | — |
| root_domain | Root domain under which to create review-app site | no | — |
| host | Site host of the review-app | no | — |
| prefix_with_pr_number | Use the pull-request number as host and database prefix when host is not manually defined | no | true |
| fqdn_prefix | Prefix the whole FQDN (e.g.: "app.") | no | — |
| pr_number | Manually define pull-request number | no | — |
| database_name | Database name of the review-app site | no | — |
| database_name_prefix | Database name prefix, useful for PostgreSQL that does not support digits (PR number) for first chars | — | — |
| debug | Enable debug mode. | no | false |
Outputs
| name | description |
|---|---|
| host | Host of the review-app (generated or forced one in inputs) |
| database_name | Database name of the review-app (generated or forced one in inputs) |