deployment - Deploying with Git/Github -
we trying setup automated deployment environemt git/github. have 3 different environments; local, test , live. when add new feature on local, first upload files test server test newly created feature. if ok, upload files live server. "uploading" process not perfect solution, forget upload files. btw have mobile app on iphone , android, mobile may fourth environment us.
what try setup automated deployment environment. when commit new feature test server, after testing new feature want push live server.
there may lots of commits on test server want push specific commits live server. couldn't find how cope 3-4 environments , not mess codes. how push correct codes live server? how manage our test , live servers? there recources telling how setup different environments , deployment processes git/github? there articles tell step-by-step?
i've read articles none of them tell how cope local, test , live environments.
- http://ryanflorence.com/simple-git-deployment/
- http://ryanflorence.com/deploying-websites-with-a-tiny-git-hook/
- http://toroid.org/ams/git-website-howto
- http://danielmiessler.com/study/git/
edit 2012-03-09: i've found http://beanstalkapp.com/ , http://springloops.com , both seem @ deployment. i'm not sure if can trust services both want. test both , share results here inform everyone.
i've found looking for. http://beanstalkapp.com seems best choice. has automatic deployment feature , supports git. after testing week, can works stable , fast. helping me , trying show me way.
Comments
Post a Comment