pandeptwidyaop/HTTP Remote Deploy
Trigger deployment via HTTP Remote API for CI/CD automation
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| remote-url | Base URL of HTTP Remote server (e.g., https://app.example.com) | yes | — |
| app-id | Application UUID from HTTP Remote | yes | — |
| deploy-token | Deploy token for the application | yes | — |
| command-id | Specific command UUID to execute (optional, uses default command if not provided) | no | "" |
| path-prefix | Path prefix configured on server | no | /devops |
| wait | Wait for deployment to complete before finishing | no | true |
| timeout | Timeout in seconds when waiting for completion | no | 600 |
| verbose | Enable verbose logging | no | false |
Outputs
| name | description |
|---|---|
| execution-id | Execution UUID from HTTP Remote |
| status | Final deployment status (success/failed/timeout) |
| exit-code | Command exit code |
| output | Command output (truncated if too long) |