Skip to content

Instantly share code, notes, and snippets.

@ebectar
Created May 8, 2018 21:29
Show Gist options
  • Save ebectar/ae7fb214f50fc937cf7ef63b571f72d4 to your computer and use it in GitHub Desktop.
Save ebectar/ae7fb214f50fc937cf7ef63b571f72d4 to your computer and use it in GitHub Desktop.
  • GIT INIT IN VERSION-X REPO
  • heroku create PAGENAME
  • git add .
  • git commit -m "HEROKU PUSH"
  • git push -u heroku master
  • heroku addons:create heroku-postgresql
  • heroku run knex migrate:latest
  • heroku run knex seed:run
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment