Custom Automations
How it works
rules:
- stage-to-prod:
description: Automatically promotes a healthy staging deployment to production
conditions:
- environment='Staging'
- health='Healthy'
- deployed_for>'10m'
actions:
- auto_approve_build: test-and-deploy
- add_to_deploy_message_thread: >-
Build promoted automatically on a healthy staging deployTwo methods for installing and maintaining custom automations
Method 1: Add a YAML file to your code repositories
Method 1: Add custom automations from Marketplace


Ready to automate?
Last updated
Was this helpful?