halfdomelabs/Render Deploy
Deploys a Render app and waits for deployment to finish
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit May 8, 2026
- License
- MIT
Pinned Snippet
uses: halfdomelabs/render-deploy@336b6be31cfe8df56e7fe8a37c1a0d2aa202aa77 # v0.2.3tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| service-id | The ID of the Render service to deploy | yes | — |
| render-token | The Render API token | yes | — |
| wait-for-deploy | Whether to wait for the deployment to finish | no | true |
| timeout-minutes | The maximum time to wait for the deployment to finish (minutes) | no | 20 |
| image-url | The image URL to deploy (for image-based services) | no | — |
| commit-id | The specific commit ID to deploy | no | — |
Outputs
| name | description |
|---|---|
| deploy-id | The ID of the deployment |