Skip to content

This project utilizes Heroku to create review apps for pull requests in GitHub. It also uses AutoIdle to automatically put review apps to sleep when not in use, saving you money.

Notifications You must be signed in to change notification settings

thawkin3/heroku-review-apps-and-autoidle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Heroku Review Apps and AutoIdle

This project utilizes Heroku to create review apps for pull requests in GitHub. It also uses AutoIdle to automatically put review apps to sleep when not in use, saving you money.

You can view the demo here or read the tutorial here.

Running Locally

Make sure you have Node.js and the Heroku CLI installed.

$ git clone https://github.com/thawkin3/heroku-review-apps-and-autoidle.git
$ cd heroku-review-apps-and-autoidle
$ npm install
$ npm start

Your app should now be running on localhost:5000.

Deploying to Heroku

$ heroku create  # or `heroku create <app name>`
$ git push heroku master
$ heroku open

or

Deploy to Heroku

Documentation and Resources

About

This project utilizes Heroku to create review apps for pull requests in GitHub. It also uses AutoIdle to automatically put review apps to sleep when not in use, saving you money.

Topics

Resources

Stars

Watchers

Forks