How to choose kubernetes deployment platform
These are some of the most important points while choosing kubernetes deployment platform.
These are some of the most important points while choosing kubernetes deployment platform.
Get a decent source code management system like Github, Gitlab or Bitbucket etc. Every one uses the same code and keeps upto date with base line. this reduces the merge conflict issues. Don’t put every thing in SCM but everything you need to do a build should be in there including: test scripts, properties files, database schema, install scripts, and third party libraries
This post will explain how to deploy rails app on Heroku using Razorops CI/CD Deploying to Heroku was super easy as it happens with just a git push, with Razorops you can add CI/CD support to your Heroku app.