Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save gigsforlinux/dfa3c5b3e9088549582947f11bf50f19 to your computer and use it in GitHub Desktop.
Save gigsforlinux/dfa3c5b3e9088549582947f11bf50f19 to your computer and use it in GitHub Desktop.
I'll Do Anything Goes With Heroku- A Cloud Application Platform For You
$heroku --version
sudo apt-get update && sudo apt-get upgrade heroku
$heroku login
heroku: Press any key to open up the browser to login or q to exit
› Warning: If browser does not open, visit
› https://cli-auth.heroku.com/auth/browser/***
heroku: Waiting for login...
Logging in... done
Logged in as gigforlinux@gmail.com
$sudo apt-get update && sudo apt-get upgrade heroku
$heroku login -i
heroku: Enter your login credentials
Email: gigsforlinux@gmail.com
Password: ***************
Two-factor code: ********
Logged in as gigsforlinux@heroku.com
$cd ~/myapp
$heroku create
Creating app... done, ⬢ sleepy-meadow-81798
https://sleepy-meadow-81798.herokuapp.com/ | https://git.heroku.com/sleepy-meadow-81798.gi
@gigsforlinux
Copy link
Author

Screenshot from 2022-09-04 21-05-15

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment