Deployment Suggestions
Unanswered
Philippine Crocodile posted this in #help-forum
Philippine CrocodileOP
Hey everyone, just looking to get some feedback on hosting a NextJS app using DigitalOcean, or perhaps other services.
I am switching from AWS to DigitalOcean for my primary hosting needs as they have better offers and I'm familar with them. I tried a few other hosts but did not enjoy the configuration mess. I want something I can easily set up a CICD pipeline with.
Anyways looking into DigitalOcean I can easily just rent a droplet and set up my ubuntu that way. Does anyone have any feedback on going the apps/build from git source route? It seems so much easier just to let them manage it.
One thing that confuses me about the Apps option is that when running their detection on my source code, they detect 2 container-worthy apps, Docker and NodeJS. Excuse my lack of familiarity, but why does it make me choose here? I want to use Docker so it can run my Dockerfile and install all the necessary scripts as directed in there, including Let's Encrypt.
Anyone have any feedback or suggestions with this?
I am switching from AWS to DigitalOcean for my primary hosting needs as they have better offers and I'm familar with them. I tried a few other hosts but did not enjoy the configuration mess. I want something I can easily set up a CICD pipeline with.
Anyways looking into DigitalOcean I can easily just rent a droplet and set up my ubuntu that way. Does anyone have any feedback on going the apps/build from git source route? It seems so much easier just to let them manage it.
One thing that confuses me about the Apps option is that when running their detection on my source code, they detect 2 container-worthy apps, Docker and NodeJS. Excuse my lack of familiarity, but why does it make me choose here? I want to use Docker so it can run my Dockerfile and install all the necessary scripts as directed in there, including Let's Encrypt.
Anyone have any feedback or suggestions with this?