Replies: 6 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 |
|
Thank you so much.. this worked and I deployed my svelte kit app like a charm on DO! |
|
I can do it now, just follow the steps here: https://kit.svelte.dev/docs/adapter-node a document by sveltekit team |
|
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 |
|
Add this to package.json |
|
You can use adapter-static with the digital ocean static site component. Or you can use adapter-node with the digital ocean web service component. |


Uh oh!
There was an error while loading. Please reload this page.
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
All reactions