corva-ai/Corva App Deployer
Deploys apps to Corva Dev Center
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| api-key | API key for deployment to Dev Center | yes | — |
| api-url | API URL for the Corva Platform API | no | https://api.corva.ai |
| app-key | App key for uniquely identifying your app in Dev Center | yes | — |
| notes | Notes to set for this version of the package | no | — |
| skip-analysis | Skip static analysis (linters) such as flake8 or pylint | no | false |
| skip-testing | Skip automated testing such as pytest | no | false |
| prebuild-package-path | Path to brebuild app zip | no | "" |
| ignored-paths | Path patterns to skip zip, separated by space | no | "" |
| publish | Change status to published after package upload | no | false |
| label | Label to set on the package when publishing | no | — |
Outputs
| name | description |
|---|---|
| package-id | Package ID that was deployed |
| package-version | Package version that was deployed |
| package-status | Final status of the deployed package (draft is a successful deploy) |