So people can actually use the app eventually, would need to deploy to dockerhub.
Would have three different versions:
- stable: A manually selected version that has a high degree of guarantee of being stable
- beta: A manually selected version that is probably stable, but still needs testing
- alpha: Nightly updates. Everytime a PR is merged, alpha updates.
Need to think about configs too, where to put them, how they should work in more detail, etc. Maybe using envs? This would make it easier for people deploying using pm2, maybe docker too, need to explore that as well.
So people can actually use the app eventually, would need to deploy to dockerhub.
Would have three different versions:
Need to think about configs too, where to put them, how they should work in more detail, etc. Maybe using envs? This would make it easier for people deploying using pm2, maybe docker too, need to explore that as well.