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
  • 35,055
  • 30
  • 109
  • 163

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,520
  • 1
  • 25
  • 33