P
Prisma•2mo ago
Melody

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!!
2 Replies
Melody
MelodyOP•2mo ago
Ok, I kinda got something working but it's very jank and relies on me setting an environment variable in ~/.bashrc

Did you find this page helpful?