deployctl deploy <entrypoint>

Deploy a script with static files to Deno Deploy

Arguments

NameDescription
entrypoint

Options

NameDescription
--exclude <pattern>Exclude files that match this pattern
--include <pattern>Only upload files that match this pattern
--no-staticDon't include the files in the CWD as static files
--prodCreate a production deployment (default is preview deployment)
-p, --project <name>The project to deploy to
--token <token>The API token to use