Skip to content

Instantly share code, notes, and snippets.

@mwhuss
Created August 13, 2010 14:03
Show Gist options
  • Save mwhuss/522935 to your computer and use it in GitHub Desktop.
Save mwhuss/522935 to your computer and use it in GitHub Desktop.
heroku_client = Heroku::Client.new(ENV['HEROKU_EMAIL'], ENV['HEROKU_PASSWORD'])
heroku_client.add_domain(ENV['HEROKU_APP'], new_domain_name)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment