Locked lesson.
About this lesson
In this lesson, we'll connect our project to Heroku and add our SSH Key to ensure security.
Exercise files
Download this lesson’s related exercise files.
Add SSH Keys and Create Heroku App.docx60.4 KB 35 - Add SSH Keys and Create Heroku App SOLUTION.docx
58.1 KB
Quick reference
Add SSH Keys and Create Heroku App
In this video we'll add our SSH keys to Heroku and create an app.
When to use
Do this once per project.
Instructions
Head over to heroku.com and sign up for a free account.
From the terminal:
heroku login
Add your SSH keys:
heroku keys:add
Create an app on heroku:
heroku create
To rename your app:
heroku rename NEWNAME
Hints & tips
- heroku login
- heroku keys:add
- heroku create
- heroku rename NEWNAME
Lesson notes are only available for subscribers.