Skip to content

A GitHub Action to trigger and track deployment in Render

License

Notifications You must be signed in to change notification settings

rhahao/render-deployment

 
 

Repository files navigation

Render Deployment

A GitHub Action to trigger deployment in Render.

Example Usage

name: Trigger Render Deployment
on:
  push:
    branches:
      - main
jobs:
  main:
    name: Deploy to Render
    runs-on: ubuntu-latest
    steps:
      - name: Trigger deployment
        uses: sws2apps/render-deployment@main #consider using pin for dependabot auto update
        with:
          serviceId: ${{ secrets.RENDER_SERVICE_ID }}
          apiKey: ${{ secrets.RENDER_API_KEY }}
          multipleDeployment: false #optional, default true

About

A GitHub Action to trigger and track deployment in Render

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%