- 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
Created
May 8, 2018 21:29
-
-
Save ebectar/ae7fb214f50fc937cf7ef63b571f72d4 to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment