Deploying Node.js apps to Heroku
This post covers the main notes from setting up the Heroku CLI tool to CI/CD pipeline with Github actions. Prerequisites Run the following command to install the CLI tool curl https://cli-assets.heroku.com/install.sh | sh Create an account or log...