An open API service indexing awesome lists of open source software.

https://github.com/timc1/render-deploy-action

deploy hook call for your render app
https://github.com/timc1/render-deploy-action

actions render

Last synced: about 1 month ago
JSON representation

deploy hook call for your render app

Awesome Lists containing this project

README

          

# render-deploy-action

barebones deploy hook call for your [render](https://render.com) app.

## Usage

```
uses: timc1/render-deploy-action@v1.0
with:
render-api-key: ${{ secrets.RENDER_API_KEY }}
render-service-id: ${{ secrets.RENDER_SERVICE_ID }}
```