joelmoss / strano

Capistrano and Github sittin' in a tree...
http://developwithstyle.com
MIT License
579 stars 70 forks source link

Introduce automatic deployments for GitHub projects #39

Open yevgenko opened 11 years ago

yevgenko commented 11 years ago

What it does?

  1. Registers service hook when you create github project;
  2. Triggers deploy task when somebody push to the master branch;

To enable feature you should specify base_url in strano.yml or through environment variable: STRANO_BASE_URL='http://example.com/'