Zuplo · Arazzo Workflow
Zuplo Update an Environment Variable and Redeploy
Version 1.0.0
Update an existing branch variable value, find the deployment, and redeploy it.
Provider
Workflows
update-variable-and-redeploy
Update a variable value, find the deployment, and redeploy it.
Patches an existing branch variable, lists the project's deployments, and redeploys the first deployment so the new value is applied.
1
updateVariable
VariablesService_update
Patch the value of the existing environment variable.
2
listDeployments
DeploymentsService_list
List the project's deployments to find the live deployment.
3
redeploy
DeployService_redeploy
Redeploy the deployment so it picks up the updated variable value.