Ecosyste.ms: Awesome
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 2 months ago
JSON representation
deploy hook call for your render app
- Host: GitHub
- URL: https://github.com/timc1/render-deploy-action
- Owner: timc1
- Created: 2022-07-21T20:47:28.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-21T20:55:55.000Z (over 2 years ago)
- Last Synced: 2024-10-14T18:49:24.390Z (3 months ago)
- Topics: actions, render
- Language: JavaScript
- Homepage:
- Size: 70.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# render-deploy-action
barebones deploy hook call for your [render](https://render.com) app.
## Usage
```
uses: timc1/[email protected]
with:
render-api-key: ${{ secrets.RENDER_API_KEY }}
render-service-id: ${{ secrets.RENDER_SERVICE_ID }}
```