EP10 - Using Git on a Production Website
This week we talk about what you need for setting deploying to your production website with Git. We go through different existing cloud services that let you deploy in the same fashion. Then we cover how to have a similar setup with shared hosting. ## Sponsor [Hostgator.com](http://secure.hostgator.com/~affiliat/cgi-bin/affiliates/clickthru.cgi?id=mextek) - Unlimited Space, Unlimited Bandwidth and Stellar Support. Use coupon code **Dev1Podcast** for 25% off. Use coupon code **Dev1Reseller** for $25 off. > **Download:** [Direct Link](http://s3.amazonaws.com/dev1.tv/EP10_Using_Git_On_A_Production_Website.mp3) > **Itunes:** [itunes link](http://itunes.apple.com/us/podcast/dev1.tv/id501249013) ## Hack of the Week Erick shares his most recent hack involving a Hanging with Friends "helper" website. Where you would type in the known letters and it would suggest possible words for the answer. ### What do I need to know? - [Heroku](http://www.heroku.com/) - [phpFog](https://phpfog.com/) - EngineYard's [orchestra.io](http://www.engineyard.com/products/orchestra) - [Joyent](http://www.joyent.com/) node.js apps - [Amazon AWS beanstalk](http://aws.amazon.com/elasticbeanstalk/#functionality) - [Pantheon](https://www.getpantheon.com/) drupal sites ### What do I do? - If not using above services - Ghetto way: push directly to hostgator - problems? crash your site? - maybe ok when you are by yourself - Push directly into a working repo - Running unit tests? - use git hooks to check for validating latest commit - Push into a bare repo, then make your “environments” pull ### Moving Forward - Leverage Hosted Git Services - github.com / bitbucket.org / gitorious.org - Workflow: - pull requests - issues - anything with web hooks ### Mentioned Links: - [Push to shared hosting like hostgator](http://www.arlocarreon.com/blog/git/push-git-repo-into-shared-hosting-account-like-hostgator) - John Resign on Dictionary Lookups [here](http://ejohn.org/blog/dictionary-lookups-in-javascript) and [here](http://ejohn.org/blog/revised-javascript-dictionary-search)













