Skip to main content

deploy

Deploys a Serverpod project to the cloud and can be run from the project's server directory or by specifying a path (--project-dir).

To follow the progress of a deployment, use the status deploy command:

scloud status deploy

Usage

Deploy a Serverpod project to the cloud.

Usage: scloud deploy [arguments]
-h, --help Print this usage information.
-p, --project (mandatory) The ID of the project. Can be passed as the first argument.
Can be omitted for existing projects that are linked. See `scloud
project link --help`.
-c, --concurrency=<integer> Number of concurrent files processed when zipping the project.
(defaults to "5")
--[no-]dry-run Do not actually deploy, just print the deployment steps.

Run "scloud help" to see global options.

See the full documentation at: https://docs.serverpod.cloud/references/cli/commands/deploy