Skip to content

Instantly share code, notes, and snippets.

@johnatanbrayan
Created July 15, 2022 20:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save johnatanbrayan/520144a9d2d8abef4f377be67bcd7428 to your computer and use it in GitHub Desktop.
Save johnatanbrayan/520144a9d2d8abef4f377be67bcd7428 to your computer and use it in GitHub Desktop.
How to deploy Heroku CLI
# How to deploy Heroku CLI
heroku login
heroku create <name-app-api>
heroku git:remote -a <name-app-api>
git push heroku main
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment