Deployment on your own host with Deno CLI

You can run your app in production mode by deno CLI.

deno run --allow-network --allow-env --allow-read --allow-write server.ts

Deploy on Deno Deploy

To deploy your app to Deno Deploy, please push your app to Github and create a new project on Deno Deploy.

Then link to the Repo and set the entrypoint to server.ts

See the hello-world example on Deno Deploy.