Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialDiego Salas Polar
21,431 PointsI typed this code in the terminal "git push heroku master"; Heroku is telling me it can't detect a language for this app
Kenneth Love, I changed the app buildpacks, but that didn't work out. I watched the video for over two hours and no luck. Here is the source code for my website: https://github.com/diegosalas00/diego_site_family_center Please help me and tell me how to fix this problem. Thanks! :D
2 Answers
Kenneth Love
Treehouse Guest TeacherI think you need to have your Procfile
, etc up one directory. Heroku seems to expect everything to be at the root of the repository.
Diego Salas Polar
21,431 PointsThank you so much Kenneth! :D