Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Render Deploy Github Action

Instrument deploy to Render.com provider.
Features available on this version:

  • Manage hardcoded value env vars (key/value)
  • Trigger render deploy

To prevent conflicts, it's highly recommended to disable render auto deploy.

Inputs

definition_file

Required
Path to the render structured yaml definition file.
Use Render blueprint YAML for reference: https://render.com/docs/blueprint-spec

token

Required
Render API token

trigger_deploy

Optional - default true
Should trigger the deploy to apply the changes after the definition file is processed

ignore_suspended

Optional - default false
If a service is suspended, the action will ignore it and continue.
An exception will be thrown if this setting is set as true and the service is suspended.

Example usage

uses: zaia-team/render-deploy-action@v0.2
with:
  definition_file: './render/production.json'
  token: 'your-render-token'

About

Github action to deploy on render cloud provider

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages