> Fetch the complete documentation index at: https://wasp.sh/llms.txt
---

# Overview

Wasp CLI can deploy your full-stack application with a single command. The command automates the manual deployment process and is the recommended way of deploying Wasp apps.

It looks like this:

```shell
wasp deploy <provider> launch my-wasp-app
```

The `wasp deploy` command sets up all the necessary services on the provider, builds your Wasp app, and deploys it.

### Supported Providers

Wasp Deploy supports automated deployment to the following providers:

### [Fly.io »](https://wasp.sh/docs/deployment/deployment-methods/wasp-deploy/fly)

### [Railway »](https://wasp.sh/docs/deployment/deployment-methods/wasp-deploy/railway)

Click on each provider for more details.