This project show how configure a CI/CD pipeline with NodeJs application and GitHub Actions + Heroku services.
Settings:
- Config two secrets on the project,
HEROKU_API_KEYandHEROKU_APP_NAME.
Heroku CLI:
- https://devcenter.heroku.com/categories/command-line
- https://devcenter.heroku.com/articles/heroku-cli#download-and-install
- https://devcenter.heroku.com/articles/authentication
Heroku Commands:
heroku appsheroku loginheroku apps:info --app my-app-nameheroku logs --tail --app my-app-nameheroku run bash --app my-app-name
API:
- https://
my-app-name.herokuapp.com/
References: