Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
codingforentrepreneurs committed Mar 12, 2019
1 parent 45d1da5 commit 11f74f0
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,3 +108,17 @@ This is what the code looks like at the end of the lesson. It's made for your re
[50 - Heroku and Live App](../../tree/0abc3be684d974e7a94e07944ae57cbee0d64f20)

[51 - Making Changes for Production](../../tree/4e86345148d84b0ea4513a67be2575bc7d85325f)

52 - Custom Domain
```console
heroku domains:add
```

53 - Adding HTTPs using [ACM](https://devcenter.heroku.com/articles/automated-certificate-management)
```console
heroku ps:resize web=hobby

heroku certs:auto:enable
```

[54 - Suggested Next Steps](../../tree/45d1da542aeea47e8554df306747d844a2a42279)

0 comments on commit 11f74f0

Please sign in to comment.