Easy GIT Code Deploy
This script is intended for beginners and advanced coders that want to update code on the live server in the moment they Commit / Push code to the repository.
Just place the script in a folder you choose and point Github or Bitbucket to send it a POST Hook and the script will automatically deploy the code in your Linux server.
The flow will then be Development -> Git Repository -> Live Server.
The current solutions on the market either don't accept Github or Bitbucket or have a monthly fee attached, this solves both problems!
The commits / push can give from any plataform: Git Bash, Linux SSH, Git for Windows, TortoiseGit, Sourcetree, all sources are accepted as long as the hook is configured!
This is a fit-all solution, with fast deployment and simple integration. Step up your development to the next level!
Features
- Linux Server Only
- Easy Setup and Deploy
- Works with Github and Bitbucket
- Works with any GIT Software (git commands, TortoiseGit, etc)
- Extensive Documentation
- Folder Helper included to help you setup the files
- Built with compliant PHP5.6
System Requirements
- Linux Server
- Very little PHP knowledge