Skip to content

Instantly share code, notes, and snippets.

@bpesquet
Created October 13, 2015 20:40
Show Gist options
  • Save bpesquet/935e365e31cc991cccdc to your computer and use it in GitHub Desktop.
Save bpesquet/935e365e31cc991cccdc to your computer and use it in GitHub Desktop.
Deploy MySQL app on Heroku Europe
$ heroku create <appname> --region eu
$ heroku addons:create cleardb:ignite
$ heroku config | grep CLEARDB_DATABASE_URL
<Create DB with MySQL Workbench>
$ git push heroku master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment