we use beanstalk manage git repositories across multiple projects , participants (dev/designers) php based projects.
while local workflow nice , smooth, we're hitting snags when comes getting changes deployed production website.
we tried 'deployments' feature of beanstalk, uses ftp, , apt take while. if people push changes in rapid succession, queue gets jammed up, , wrong versions sent out.
what looking way have production server 'git pull' when pushes sent beanstalk.
i investigating using web hooks, coming short in getting work.
the best solution code pulled when latest push of changes signed off on.
how can accomplish this?
capistrano not ruby on rails, should check out.
http://www.jonmaddox.com/2006/08/16/automated-php-deployment-with-capistrano/ - short tutorial on doing automated deployments php.
Comments
Post a Comment