Melody
PPrisma
•Created by Melody on 12/25/2024 in #help-and-questions
How to deploy to a self-hosted server?
At the moment I'm hosting my website on github pages, but I've kinda outgrown github pages now that my site needs a database.
I have a spare machine lying around, so I'm trying to host my website off of it instead. Ideally I want to add some kind of a CI to automatically keep my site up-to-date whenever I push to github (and I think self hosted actions runners are the way to do this?) but I don't know how this would tie into prisma at all?
I'm also super unsure if my project is set up right because I've gitignore'd the everything in the prisma folder except the schema
I've got near-zero experience doing anything like this so please be patient with me!!
3 replies