Created
September 28, 2017 19:59
-
-
Save mattiasholmqvist/375741c1f348652b491b04cc458af6b0 to your computer and use it in GitHub Desktop.
Heroku example deployment
This file contains hidden or 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 login | |
| heroku create | |
| heroku git:remote -a '<YOUR_APP_NAME>' | |
| heroku config:set SERIALIZED_ACCESS_KEY=<YOUR_ACCESS_KEY> | |
| heroku config:set SERIALIZED_SECRET_ACCESS_KEY=<YOUR_SECRET_ACCESS_KEY> | |
| heroku open |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment