Skip to content

Ricardo-Costa/ci-cd-actions-and-heroku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published