2

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.

xpepermint
  • 33,039
  • 30
  • 107
  • 161

1 Answers1

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,430
  • 1
  • 24
  • 33