skip to main |
skip to sidebar
Chapter 39: Heroku Blogs
- Install the Heroku gem file: gem install heroku
- Upload your public key: heroku keys:add Enter your Heroku credentials. Email: Password: ********
- Uploading ssh public key C:\Users\jasnow/.ssh/id_rsa.pub
Enter your Heroku credentials.
Email: jasnow@hotmail.com
Password:
Uploading ssh public key C:\Users\jasnow/.ssh/id_rsa.pub - Set up your app to use Git (if you aren't already using it): $ cd myapp $ git init $ git add . $ git commit -m "first commit".
- Create an app: $ heroku create --remote Created http://sharp-autumn-42.com/ | git@adam.herokudev.com:sharp-autumn-42.git Git remote heroku added
No comments:
Post a Comment