How can I install Heroku-style deployment using GIT (gitosis-admin tool)? I use Capistrano for my rails projects but I also have some PHP projects. I would like to setup automated GIT deployment for my projects where the deployment is executed when pushing to master branch.
Asked
Active
Viewed 1,121 times
2
-
See http://stackoverflow.com/questions/279169/deploy-a-project-using-git – cweiske Jun 07 '11 at 08:52
1 Answers
0
Capistrano can be used for deployment of PHP projects too.
You can use Git post-commit
hook for deployment after each commit.

Gosha A
- 4,520
- 1
- 25
- 33