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 trial

Development Tools

Zachary Kaufman
Zachary Kaufman
1,463 Points

Github to web?

Hi there! I was just curious if theres a way to make it so that when I push any project to github if it can automatically be put on a website too. I made a website to upload personal projects along with ones for Treehouse but I also allow my friends to use it if they wanted to test JavaScript and I was hoping there was a way I can just link repo's to the site. Any help will be appreciated, thanks!

Angela Visnesky
Angela Visnesky
20,927 Points

I use heroku for deployment. It syncs with your github repository and will update as you update your files.

Zachary Kaufman
Zachary Kaufman
1,463 Points

Thanks! I have never heard of Heroku but I will definitely check it out

3 Answers

Kevin Korte
Kevin Korte
28,149 Points

Yes, heroku has that feature as mentioned! I've used it before, it works well.

Zachary Kaufman
Zachary Kaufman
1,463 Points

Does it work with web development languages too like JavaScript, HTML, CSS?

Zachary Kaufman
Zachary Kaufman
1,463 Points

Thank you, based on this link though it seems like they don't have web development support. Have you ever done any HTML, CSS or JavaScript (not node) on Heroku?