bravo680git/Docker Deploy Relay Action
Deploy to Docker Deploy Relay and poll for deployment status
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| deploy_url | Webhook URL for deployment (e.g., https://your-relay-host/webhook) | yes | — |
| status_url | Base URL for status checks (e.g., https://your-relay-host/deploy-status) | yes | — |
| api_key | API key for authentication (X-API-KEY header) | yes | — |
| project_name | Project name (must match directory under /apps) | yes | — |
| image | Docker image (e.g., namespace/repository) | yes | — |
| tag | Docker image tag (e.g., v1.0.0) | yes | — |
| polling_interval | Polling interval in seconds | no | 10 |
| timeout | Maximum deployment timeout in seconds | no | 900 |
Outputs
| name | description |
|---|---|
| deploy_id | Deployment ID returned by the relay |
| status | Final deployment status (success/failed/timeout) |