averyanalex/Reploy
Trigger a deployment through a Reploy webhook
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| url | Full URL of the Reploy /deploy endpoint | yes | — |
| token | Reploy bearer token | yes | — |
| images | Image patterns to deploy, separated by newlines or commas | yes | — |
| timeout-seconds | Maximum time to wait for Reploy to finish | no | 300 |
| stream | Stream deployment progress with Server-Sent Events | no | true |
Outputs
| name | description |
|---|---|
| status | Reploy deployment status |
| response | Complete JSON response from Reploy |
| matched-images | JSON array of matched images |
| pulled-images | JSON array of images that were updated |
| restarted-units | JSON array of restarted systemd units |