deployctl deploy <entrypoint>
Deploy a script with static files to Deno Deploy
Arguments
Name | Description |
---|---|
entrypoint |
Options
Name | Description |
---|---|
--exclude <pattern> | Exclude files that match this pattern |
--include <pattern> | Only upload files that match this pattern |
--no-static | Don't include the files in the CWD as static files |
--prod | Create a production deployment (default is preview deployment) |
-p, --project <name> | The project to deploy to |
--token <token> | The API token to use |