Back to Wasp

Overview

web/versioned_docs/version-0.17/deployment/deployment-methods/wasp-deploy/overview.md

0.23.0561 B
Original Source

import { WaspDeployProvidersGrid } from './WaspDeployProvidersGrid';

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:

<WaspDeployProvidersGrid />