Skip to content

Warning

You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?

Deploy to Render

Actions
Deploy your Render app through GitHub Actions
v1.2.2
Star (42)

CI Coverage Status License

Usage

  • First you need to disable the auto deploy option in your render app settings. Settings > Build and Deploy > Auto-Deploy.
  • Add your service id and your render api key to your GitHub repository secrets. Settings > Secrets > Actions.
  • Add this action to your pipeline.
steps:
    - uses: actions/checkout@v3
    - uses: JorgeLNJunior/render-deploy@v1.2.2
      with:
        service_id: ${{ secrets.RENDER_SERVICE_ID }} # required
        api_key: ${{ secrets.RENDER_API_KEY }} # required
        clear_cache: false # optional

Licence

Project under MIT » license.

Deploy to Render 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

Deploy your Render app through GitHub Actions
v1.2.2

Deploy to Render 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.