How to run deno on own host #580
andriiradkevych
started this conversation in
General
Replies: 1 comment
-
I have not playing with self-hosting myself, but you could maybe run something like Supervisor, pm2 or something similar to execute your command and ensure restart on crash. Personally, I tend to go more for Docker, but the setup might be harder if you are not familiar with it. From my understanding, there is no build step as running |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As I see from doc https://fresh.deno.dev/docs/getting-started/deploy-to-production , you propose to deploy deno by
Deno Deploy
, but what if I want to set deno on my own host , by starting my app in production mod , how can i make it ?But I'm not sure is it what I need to make it work in best way .. Also I see there is no build step , is it build code so fast that you say there is no build , or there is build on the fly ?
Beta Was this translation helpful? Give feedback.
All reactions