mirror of https://github.com/vapor/docs.git
26 lines
860 B
Markdown
26 lines
860 B
Markdown
# Vapor Cloud
|
|
|
|
The best way to deploy your Vapor application is [Vapor Cloud](https://vapor.cloud).
|
|
|
|

|
|
|
|
## 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
|
|
```
|
|
|
|

|
|
|
|
|
|
!!! 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!
|