Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dmyers/deployer

Easy deployment of PHP sites via GitHub or BitBucket git pushes.
https://github.com/dmyers/deployer

Last synced: 1 day ago
JSON representation

Easy deployment of PHP sites via GitHub or BitBucket git pushes.

Awesome Lists containing this project

README

        

Deployer
=======
Deployer is an open source deployment to manage syncing your codebase to your servers by automatically pulling your latest changes with the help of hooks.

Installation
=======
Setup is simple. Just clone this into the path you want and setup your hooks to point to it. Deployer works with both Github and BitBucket.

For Github setup just go to your project and go to the Admin page, then choose Service Hooks and click on Post-Receive URLs.
Enter your url to deployer's php file.
Next, copy the config.tpl.php as config.php and change the repos how you want.

Deployer works with CDNs too that support recaching query strings.
Just point the deployer config for the repo's file to your config script and deployer will automatically replace **{{GITREVISION}}** with the revision allowing you to
append that revision to your static files like ?revision which will tell your CDN to recache on each deployment.