Zuplo · Arazzo Workflow
Zuplo Inspect and Redeploy a Project Deployment
Version 1.0.0
List a project's deployments, read the live deployment detail, then trigger a redeploy.
Provider
Workflows
redeploy-project-deployment
Find a project's deployment, inspect it, and redeploy it.
Lists deployments, branches when at least one is present, reads the deployment detail, and redeploys it to apply configuration changes.
1
listDeployments
DeploymentsService_list
List the project's deployments to find the live deployment.
2
readDeployment
DeploymentsService_read
Read the deployment detail to confirm its state and url.
3
redeploy
DeployService_redeploy
Redeploy the deployment to apply configuration changes.