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.
Required
Path to the render structured yaml definition file.
Use Render blueprint YAML for reference: https://render.com/docs/blueprint-spec
Required
Render API token
Optional - default true
Should trigger the deploy to apply the changes after the definition file is processed
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.
uses: zaia-team/render-deploy-action@v0.2
with:
definition_file: './render/production.json'
token: 'your-render-token'