Run Deno server and deploy to Deno Deploy
To deploy your dynamically rendered Mastro app to Deno Deploy, join Deno DeployEA (Early Access), and set up a new app with the following build configuration.
Framework preset
Select “No Preset”
Install command
deno install
Copied!
Build command:
Leave blank.
Dynamic App -> Entrypoint
server.ts
Copied!
Congratulations! Pushing to GitHub should now deploy your static site to Deno Deploy.