> ## Documentation Index
> Fetch the complete documentation index at: https://docs.paradime.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Deploy from the UI

> Deploy a Bolt schedule built in the UI: publish it directly, open a pull request with the GitHub app, or download the YAML to commit yourself.

Once you have built a schedule in the UI, deploy it with the **Deploy** button. Depending on your Git setup, you can publish it directly, open a pull request for review, or download the YAML to commit yourself.

## Deploy directly

Click **Deploy** to publish the schedule. It becomes active and starts running according to its [trigger](/products/bolt/creating-schedules/trigger-types).

## Open a pull request

If the [GitHub app](/products/bolt/ci-cd/turbo-ci/github) is installed, you can create a branch and open a pull request straight from the UI, so the schedule change is reviewed before it goes live.

1. Click **Deploy**.
2. Choose to create a branch and open a pull request.
3. Review and merge the PR. The schedule deploys once the change lands on the branch.

<Info>
  The pull request contains the schedule's YAML, so the change is tracked in your repository alongside the rest of your dbt™ project.
</Info>

## Download the YAML

If you would rather manage the schedule as code yourself, download its YAML file and commit it to your repository. See [Schedules as Code](/products/bolt/creating-schedules/schedules-as-code/index) for the file format and the modular `.bolt/` folder layout.

***

Prefer to work in YAML directly? Edit and deploy a schedule's YAML from the UI in [Editing YAML schedules from the Paradime UI](/products/bolt/creating-schedules/schedules-as-code/editing-yaml-schedules-from-the-paradime-ui).


## Related topics

- [Deploy Schedules](/products/bolt/creating-schedules/deploy.md)
- [Editing YAML in the UI](/products/bolt/creating-schedules/schedules-as-code/editing-yaml-schedules-from-the-paradime-ui.md)
- [GitHub Native Continuous Deployment](/products/bolt/ci-cd/continuous-deployment-with-bolt/continuous-deployment.md)
- [Deploying from a Custom Branch](/products/bolt/creating-schedules/schedules-as-code/deploying-yaml-schedules-from-a-custom-branch.md)
- [Schedules as Code](/products/bolt/creating-schedules/schedules-as-code/index.md)
