Zuplo · Arazzo Workflow
Zuplo Set an Environment Variable and Redeploy
Version 1.0.0
Create a branch variable, list the project's deployments, and redeploy so the variable takes effect.
Provider
Workflows
set-variable-and-redeploy
Create a variable, find the deployment, and redeploy it.
Creates a branch environment variable, lists the project's deployments, and redeploys the first deployment so the variable is applied.
1
createVariable
VariablesService_create
Create the environment variable in the project branch.
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 newly created environment variable.