FullstackAcademy / boilermaker

Code scaffold for projects
https://www.youtube.com/watch?v=7bLSuTHH4Ag&list=PLx0iOsdUOUmn7D5XL4mRUftn8hvAJGs8H
MIT License
215 stars 706 forks source link

Use `--org` in travis encrypt instructions #86

Closed glebec closed 6 years ago

glebec commented 6 years ago

Opaque and difficult to debug issue with only one student during deployment. They had to run the travis encrypt line using --org flag for unclear reasons. We could probably just add that to proactively avoid similar problems in the future.

This would just be a docs fix (bottom of the README).