Search code examples
phpdeploymentcapistranosetup-deployment

github php project deployment


I have a project which has the codes in github (a private repo), I am looking for a good way to deployments for this.

I know capistrano, but not sure whether there are any better solutions, wanting to check other opinions :)

any help is highly appreciated


Solution

  • As a PHP developer you may want to look at Phing. It can do a git checkout and deploy using SSH and much more. The big advantage over Capistrano is that it is built with PHP, and may be easier for you and your team.