Skip to content

leshill/heroku-thor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Manage your Heroku Config Vars

See the blog post.

Install

Copy heroku.thor to lib/tasks/heroku.thor, heroku_env.rb to config/heroku_env.rb, and heroku.example.yml to config/heroku.yml. Modify the heroku.yml to suit your application.

Modify config/application.rb (at the top of the file)

require File.expand_path('../boot', __FILE__)
require "rails"
load(File.expand_path('../heroku_env.rb', __FILE__))

Done

thor -T should have your new deploy tasks.

About

Manage your Heroku config vars

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages