aoloe / php-deploy-git

Pure php deployment script that can pull from GitHub
MIT License
2 stars 0 forks source link

git-deploy

Pure php deployment script that can pull from Github.

Adding a webhook in your GitHub repository, will make GitHub send a the details of each push (or commit for the changes happening directly in the Web interface or through the GitHub API) to your server.

This script will read the details of the commit and

The deployment path can be tweaked by defining both a repository and a deployment basedir.

Usage

Notes

Todo