Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 786 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 786 Bytes

CI/CD with GitHub Actions and Heroku

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_KEY and HEROKU_APP_NAME.

Heroku CLI:

Heroku Commands:

  • heroku apps
  • heroku login
  • heroku apps:info --app my-app-name
  • heroku logs --tail --app my-app-name
  • heroku run bash --app my-app-name

API:

  • https://my-app-name.herokuapp.com/

References: