Easy way to deploy PHP sites from git
Posted
by
Leopd
on Server Fault
See other posts from Server Fault
or by Leopd
Published on 2011-06-30T00:11:21Z
Indexed on
2011/06/30
0:23 UTC
Read the original article
Hit count: 245
I'm looking for recommendations on how to automate / simplify deployment from a git repository (github) to a hosting service. The hosting service supports FTP (yuck) / SSH / SFTP access.
Any good tools out there to give push-button deployment of new revisions? I know it's not a hard script to write, but when you start thinking about things like roll-back and multiple sites, it gets complicated enough that I'd rather not re-invent the wheel.
© Server Fault or respective owner