# Vapor Cloud

The best way to deploy your Vapor application is [Vapor Cloud](https://vapor.cloud).

![Vapor Cloud Website](https://user-images.githubusercontent.com/1342803/31300830-fa6497b6-aac3-11e7-8852-33b30aa13186.png)

## Quick Start

If you already have the [Vapor Toolbox](../getting-started/toolbox.md) installed, then you can deploy your
Vapor app to the cloud with just one command.

```sh
vapor cloud deploy
```

![Vapor Toolbox Deploy](https://user-images.githubusercontent.com/1342803/31300850-14d7d8b0-aac4-11e7-8e42-84d406ffb76b.png)


!!! note:
	Run the deploy command inside the root directory of your Vapor project (the one with the `Package.swift` file).

## Step-by-step Guide

Visit the [step-by-step guide](https://docs.vapor.cloud/quick-start/) on Vapor Cloud's docs for detailed
instructions on how to deploy your app to Vapor Cloud!
