bjdelange / deployer

A website deployment tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A story about this tool is posted at Bugbyte Techlab.

INSTALLATION

The easiest way is to use Composer:

{
    "require": {
        "bugbyte/deployer": "1.0.*"
    }
}

USAGE

See example.php for a simple setup.

TODO

  • proper documentation on how to use this tool
  • documentation on requirements (php, ssh, rsync, etc.)
  • finish translating everything from Dutch to English
  • clean up the output during deployment

About

A website deployment tool

License:MIT License