CircleCI
Usage
This example triggers a deployment in CircleCI when code is deployed to the "Staging" environment for more than 4 hours and is healthy:
It passes several parameters to be used by CircleCI: run_deploy
and environment
. For more information about how to declare parameters and filter workflows in CircleCI, see the CircleCI documentation.
This is an example of the CircleCI configuration that uses the run_deploy
parameter to selectively execute a workflow, while the environment
parameter is used within the job to perform the deployment:
Last updated