Created
October 13, 2015 20:40
-
-
Save bpesquet/935e365e31cc991cccdc to your computer and use it in GitHub Desktop.
Deploy MySQL app on Heroku Europe
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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