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
- Go to Project Deployments.
- Click on Create Deployment.
- Select Project you want to deploy.
- Select Version you want to deploy.
- Enter Name and Description of the deployment.
- Select Environment to which you want to deploy the project.
- Enter Tags for easier organization of deployments.
- Enable desired workflows.
- Set up required connections for the enabled workflows.
- Click on Save.
- Enable the project deployment.
- Project is now deployed.
Update Project Version
- Click on the three dots next to the name of the project deployment you want to update.
- Click on Update Project Version.
- Select desired project version.
- Click on Next.
- Enable workflows you want to deploy.
- Update connections if necessary.
- Click on Save.
Update Project Deployment
- Click on the three dots next to the name of the project deployment you want to edit.
- Click on Edit.
- Change name, description or tags.
- Click on Save.
Update Workflow Connections
- Click on the arrow under the project deployment name.
- Click on three dots next to the name of the workflow you want to edit.
- Click on Edit.
- Click on + button.
- Create new connection.
- Click on Save.
- Choose the new connection.
Delete Project Deployment
- Click on the three dots next to the name of the project deployment you want to delete.
- Select Delete from the dropdown menu.
- 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.
- Click on the arrow under the project deployment name.
- Click on New Workflow with Static Trigger.
- This is workflow with static trigger that has to generate a webhook URL for you to use.
- Click this icon to copy the webhook URL.