how to deploy sveltekit on digitalocean #10396
Replies: 5 comments 9 replies
-
I'm not too familiar with Digital Ocean but I would imagine you would use the node adapter? Though it depends on what service you are using from them |
Beta Was this translation helpful? Give feedback.
-
Thank you so much.. this worked and I deployed my svelte kit app like a charm on DO! |
Beta Was this translation helpful? Give feedback.
-
I can do it now, just follow the steps here: https://kit.svelte.dev/docs/adapter-node a document by sveltekit team |
Beta Was this translation helpful? Give feedback.
-
The question is more related to DevOps practices. The process is the same for each cloud provider if you are using Virtual Machine. Usually it's made with a Dockerfile for your project, to be easy to run inside any environment. If you have a static site with prerendered pages, you don't need adapter-node |
Beta Was this translation helpful? Give feedback.
-
Add this to package.json |
Beta Was this translation helpful? Give feedback.
-
Describe the problem
how to deploy sveltekit on digitalocean. I there a guideline how to do this ?
Describe the proposed solution
I got error "vite not found" during the deploy process.
Alternatives considered
No response
Importance
i cannot use SvelteKit without it
Additional Information
No response
Beta Was this translation helpful? Give feedback.
All reactions