Skip to content

Instantly share code, notes, and snippets.

@samsonq
Last active March 11, 2021 00:31
Show Gist options
  • Save samsonq/f9b41c5eb2422376d1c53954368f5301 to your computer and use it in GitHub Desktop.
Save samsonq/f9b41c5eb2422376d1c53954368f5301 to your computer and use it in GitHub Desktop.
Heroku Application
// login
heroku login -i
// add repo to heroku
// create or pick existing heroku project name
heroku git:remote -a {your-project-name}
// deploy heroku app
git push heroku master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment