You can run your app in production mode by deno
CLI.
deno run --allow-network --allow-env --allow-read --allow-write server.ts
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.