Skip to content

Instantly share code, notes, and snippets.

@mattiasholmqvist
Created September 28, 2017 19:59
Show Gist options
  • Select an option

  • Save mattiasholmqvist/375741c1f348652b491b04cc458af6b0 to your computer and use it in GitHub Desktop.

Select an option

Save mattiasholmqvist/375741c1f348652b491b04cc458af6b0 to your computer and use it in GitHub Desktop.
Heroku example deployment
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