Skip to content

Instantly share code, notes, and snippets.

@Janoyan
Created April 2, 2022 16:45
Show Gist options
  • Save Janoyan/f63c0c379cb2371745956bf843d0eab3 to your computer and use it in GitHub Desktop.
Save Janoyan/f63c0c379cb2371745956bf843d0eab3 to your computer and use it in GitHub Desktop.
$ heroku login
$ cd your-project-folder
$ git init
$ heroku git:remote -a your-app-name
$ git add .
$ git commit -am "Initial commit"
$ git push heroku master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment