Skip to content

camelmasa/gemfile-monitor-heroku-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gemfile monitor heroku app

This heroku app to keep Gemfile always latest.

Install

Clone this repository.

git clone git@github.com:camelmasa/gemfile-monitor-heroku-app.git
cd gemfile-monitor-heroku-app

Update config files.

cp ~/.ssh/id_rsa .ssh
cp ~/.config/hub .config/hub
vi gemfile-monitor.sh  # Edit monitor github repository
git add .
git commit -m 'Update config files'

Create heroku app.

heroku create heroku-app
git push heroku master

Setup

Add heroku scheduler addon.

heroku addons:add scheduler:standard
heroku addons:open scheduler

Add job.

sh gemfile-monitor.sh

Finish :)

About

Monitor Gemfile and perform pull request.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published