Skip to content

Render.com Deploy

Actions
The most simple and customizable GitHub Action to deploy a service to Render.com
v1.0.0
Latest
Star (2)

Render Deploy

CI

The most simple and customizable GitHub Action to deploy a service to Render.com.

Inputs

Name Description Required Default
api-key Render.com API key Yes
service-id ID of the service to deploy Yes
interval Interval to check deploy status (sec) 10
timeout If deploy has not finished after this time, the action will fail (sec) 600

Example usage

name: Render Deploy

on:
  push:
  pull_request:

jobs:
  deploy:
    runs-on: ubuntu-latest
    steps:
      - uses: ttskch/render-deploy@v1.0.0
        with:
          api-key: ${{ secrets.RENDER_API_KEY }}
          service-id: ${{ secrets.RENDER_SERVICE_ID }}
          interval: 20 # optional
          timeout: 300 # optional

Render.com Deploy is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

The most simple and customizable GitHub Action to deploy a service to Render.com
v1.0.0
Latest

Render.com Deploy is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.