Skip to content
This repository has been archived by the owner on Jan 12, 2019. It is now read-only.

Latest commit

 

History

History
25 lines (15 loc) · 823 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 823 Bytes

ci-build-trigger

Build your CI project with build_parameters "{BUNDLE_UPDATE: true}" and more.

It supports CircleCI and Wercker.

Setup

  1. Click Deploy
  2. Open Heroku scheduler ex. $ heroku addons:open scheduler --app <App Name>
  3. Add command to Heroku scheduler
    • CircleCI: $ bundle exec ruby ci-bundle-update.rb
    • Wercker: $ bundle exec ruby ci-bundle-update.rb --ci wercker

More

In Japanese

http://masutaka.net/chalow/2015-07-28-1.html

Recommend for CircleCI users

You can use Scheduling a Workflow of CircleCI 2.0. It provides scheduled build like crontab.

💡 So I recommend to use Scheduling a Workflow, not ci-build-trigger.