ByteChef LogoByteChef

Projects

Learn how to deploy projects and workflows in ByteChef.

Deploying a project in ByteChef brings your automation to life. Deployment allows workflows to run independently without further user input, enabling seamless, hands-off execution of your automated processes.

Deploy Project

  1. Go to Project Deployments.
  2. Click on Create Deployment.
  3. Select Project you want to deploy.
  4. Select Version you want to deploy.
  5. Enter Name and Description of the deployment.
  6. Select Environment to which you want to deploy the project.
  7. Enter Tags for easier organization of deployments.
  8. Enable desired workflows.
  9. Set up required connections for the enabled workflows.
  10. Click on Save.
  11. Enable the project deployment.
  12. Project is now deployed.

Update Project Version

  1. Click on the three dots next to the name of the project deployment you want to update.
  2. Click on Update Project Version.
  3. Select desired project version.
  4. Click on Next.
  5. Enable workflows you want to deploy.
  6. Update connections if necessary.
  7. Click on Save.

Update Project Deployment

  1. Click on the three dots next to the name of the project deployment you want to edit.
  2. Click on Edit.
  3. Change name, description or tags.
  4. Click on Save.

Update Workflow Connections

  1. Click on the arrow under the project deployment name.
  2. Click on three dots next to the name of the workflow you want to edit.
  3. Click on Edit.
  4. Click on + button.
  5. Create new connection.
  6. Click on Save.
  7. Choose the new connection.

Delete Project Deployment

  1. Click on the three dots next to the name of the project deployment you want to delete.
  2. Select Delete from the dropdown menu.
  3. Confirm the deletion if prompted.

Get Webhook URL

We put static trigger to our workflow and deployed it for purpose of showing how to get webhook url.

  1. Click on the arrow under the project deployment name.
  2. Click on New Workflow with Static Trigger.
  3. This is workflow with static trigger that has to generate a webhook URL for you to use.
  4. Click this icon to copy the webhook URL.