Deployments #1002
Replies: 3 comments 7 replies
-
The project isn't currently being deployed, since we are in a significant code transition. We will need to consider deployment though. What are your thoughts on deployment options? Bear in mind that deployment should be very simple, mostly automated, and be compatible with generic VPS/PaaS providers. For what it's worth, I would recommend we use one of the following PaaS solutions |
Beta Was this translation helpful? Give feedback.
-
I have previous experience in DigitalOcean (Paas) and AWS EC2 (IaaS). I've not used Dokku before. I know why you want to use PaaS: because of its simplicity. :) With IaaS, there is tons of stuff to configure and some efforts are needed to solve problems. So PaaS is a good choice. The good thing is for DigitalOcean is that they have really great documents and blog posts. Their supports on users' issues and problems are counted as good. Before making of choice between Dokku and DigitalOcean, we need to search through some tutorials for CI/ CD pipelines for them to learn how difficult or simple to fully automate the whole process. Do you have any idea about which CI service we are going to use? (GitHub actions, CircleCI, etc.) |
Beta Was this translation helpful? Give feedback.
-
I would like to know how this project is deployed and I would like to help the devops team if there is a requirement.
Beta Was this translation helpful? Give feedback.
All reactions