Skip to content

Instantly share code, notes, and snippets.

@rahul-yr
Last active June 12, 2022 12:24
Show Gist options
  • Select an option

  • Save rahul-yr/1d42a0f046b6abfbca2599e1dc0dd1a0 to your computer and use it in GitHub Desktop.

Select an option

Save rahul-yr/1d42a0f046b6abfbca2599e1dc0dd1a0 to your computer and use it in GitHub Desktop.
This is a file with commands for performing deployment to heroku

heroku login

heroku create app-name

git push heroku git-branch-name:master

heroku open

web : app-name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment