constasj/Baletta Deploy
Trigger Docker Compose deployment via Baletta API
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| api-url | Baletta API URL (e.g., http://localhost:3000) | yes | — |
| api-key | Baletta API Key for authentication | yes | — |
| project | Project name configured in Baletta | yes | — |
| wait-for-completion | Wait for deployment to complete before exiting | no | true |
| timeout | Timeout in seconds when waiting for completion (0 = no timeout) | no | 300 |
| show-logs | Show deployment logs in real-time via SSE | no | true |
| retry-attempts | Number of times to re-trigger the deployment when a task returns failure | no | 0 |
| retry-delay-seconds | Delay between retry attempts in seconds | no | 5 |
Outputs
| name | description |
|---|---|
| task-id | Deployment task ID |
| status | Final deployment status (success, failed, or unknown) |
| exit-code | Deployment exit code |
| started-at | Deployment start time (ISO 8601) |
| finished-at | Deployment finish time (ISO 8601) |