Hey there, there have been a lot of talks about continuous integration, deployment and testing. We have neglected one tool that is powerful enough to make our continuous deployment seamless for small scale applications.

Over the years, I deploy my application to Heroku by just login in through my terminal using:

$ heroku login

Read More on Dev.to