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 trialZachary Kaufman
1,463 PointsGithub 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!
Zachary Kaufman
1,463 PointsThanks! I have never heard of Heroku but I will definitely check it out
3 Answers
Kevin Korte
28,149 PointsYes, heroku has that feature as mentioned! I've used it before, it works well.
Zachary Kaufman
1,463 PointsDoes it work with web development languages too like JavaScript, HTML, CSS?
Kevin Korte
28,149 PointsKind of, check out this: http://blog.teamtreehouse.com/deploy-static-site-heroku
Angela Visnesky
20,927 PointsHere's the link to getting started with Heroku: https://devcenter.heroku.com/
Zachary Kaufman
1,463 PointsThank 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?
Angela Visnesky
20,927 Pointshttps://devcenter.heroku.com/articles/github-integration
Maybe this will be of more help.
Angela Visnesky
20,927 PointsAngela Visnesky
20,927 PointsI use heroku for deployment. It syncs with your github repository and will update as you update your files.