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 trialJonathan Ankiewicz
17,901 Pointspushing a website live from git
What is a good reference for learning how to push a website to production using git? I want to know how to go live on a site in general but I also want to know how to push/update a Wordpress site through my Github.
1 Answer
Kristopher Van Sant
Courses Plus Student 18,830 PointsHi! I'm not sure what would be considered the "best" reference for what you're looking for, but I did a quick google search and found the following resources for managing WordPress with Git. I hope they help you find what your'e looking for!
http://mattbanks.me/wordpress-deployments-with-git/
http://blog.g-design.net/post/60019471157/managing-and-deploying-wordpress-with-git
http://blog.devteaminc.co/deploying-a-wordpress-site-on-wpengine-using-git/
Jonathan Ankiewicz
17,901 PointsJonathan Ankiewicz
17,901 PointsThank you. I did some searching a found a few ways to do it, some that are a bit above my pay grade but I could have sworn there was an easier way to do it.