# Deploy the flow

> Package, publish, and deploy the Price Watch Flow with UiPath Orchestrator.

Until a Flow is deployed, it can only be run using a debug session. [Orchestrator](https://docs.uipath.com/orchestrator/automation-cloud/latest/user-guide/introduction) is a web application for orchestrating robots, processes, and automation resources across your organization. The deployment creates a **process** that can be started by other systems, invoked by other flows, or run on a schedule.

## Step 5 - Pack, Publish, and Deploy the Flow

This requires three distinct steps, **packaging**, **publishing**, and **deploying** a package. Each time a package is published, it will have a new version number. This is intentional to allow publishing multiple versions, and only deploying the specific one you want.

When using the UiPath VS Code extension, all three steps to package, publish, and deploy the `PriceWatch` Flow are done as a single action with these steps:

1. Open the UiPath extension in the left-hand navigation in VS Code (the icon with `Ui`).

2. Use the `Deploy` button on the bottom-left of the screen to open up the Deploy view.

3. Ensure that the Version is set to `1.0.0` and `Pack to` is set to `Shared`:

    ![UiPath Maestro Deploy config window showing the version, release notes, and Pack to target](https://dev-assets.cms.uipath.com/assets/images/getting-started/maestro-flow-price-watch-deploy-setup-90bd9c86.png)

4. Use the `Deploy` button, and wait for the deployment to complete.

    ![UiPath Maestro Deploy window showing the in progress steps while deploying](https://dev-assets.cms.uipath.com/assets/images/getting-started/maestro-flow-price-watch-deploy-progress-b7948e0a.png)

5. Use the "View deployments" button to open your UiPath Cloud account tenant where we deployed it.

    ![UiPath Maestro Deploy window showing "Deployment successful" for version 1.0.0](https://dev-assets.cms.uipath.com/assets/images/getting-started/maestro-flow-price-watch-deploy-complete-be34fdd3.png)

---

The last step left is to [Run the Flow](maestro-flow-price-watch-run.md), and clean up the resources we deployed in this tutorial.
