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:
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:
Click on each provider for more details.