2017 © Pedro Peláez
 

project git-deploy

Deploy and manage git deployments.

image

robloach/git-deploy

Deploy and manage git deployments.

  • Sunday, February 8, 2015
  • by RobLoach
  • Repository
  • 1 Watchers
  • 0 Stars
  • 5 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 6 Versions
  • 0 % Grown

The README.md

Git Deploy

Deploy and maintain a number of git repositories through PHP., (*1)

Requirements

Installation

  1. Install Composer:, (*2)

    bash $ php -r "eval('?>'.file_get_contents('https://getcomposer.org/installer'));", (*3)

  2. Use Composer to install Git Deploy:, (*4)

    bash $ php composer.phar create-project robloach/git-deploy, (*5)

Usage

  1. Create a git-deploy.json file:, (*6)

    json { "mywebsite": "https://github.com/my/website.git", "myotherwebsite": { "repo": "https://github.com/my/otherwebsite.git" }, "mythirdwebsite": { "repo": "https://github.com/my/otherwebsite.git", "branches": [ "branch1", "branch2" ] }, "myfourthwebsite": { "repo": "https://github.com/my/otherwebsite.git", "branches": { "branch1": "path/to/destination/branch1", "branch2": "path/to/destination/branch2", "branch3": "path/to/destination/branch3" } } }, (*7)

  2. Execute Git Deploy to deploy all sites:, (*8)

    bash gh-pages-deploy/bin/gh-pages-deploy deploy, (*9)

  3. Set up a cron job to deploy every once in a while., (*10)

    bash gh-pages-deploy/bin/gh-pages-deploy deploy, (*11)

License

Licensed under the incredibly permissive MIT license, (*12)

Copyright © Rob Loach (http://robloach.net), (*13)

The Versions

08/02 2015

dev-master

9999999-dev https://github.com/RobLoach/git-deploy

Deploy and manage git deployments.

  Sources   Download

MIT

The Requires

 

08/02 2015

0.0.5

0.0.5.0 https://github.com/RobLoach/git-deploy

Deploy and manage git deployments.

  Sources   Download

MIT

The Requires

 

08/02 2015

0.0.4

0.0.4.0 https://github.com/RobLoach/git-deploy

Deploy and manage git deployments.

  Sources   Download

MIT

The Requires

 

25/12 2013

0.0.3

0.0.3.0 https://github.com/RobLoach/gh-pages-deploy

Deploys a number of repositories using the gh-pages branch.

  Sources   Download

MIT

The Requires

 

25/12 2013

0.0.2

0.0.2.0 https://github.com/RobLoach/gh-pages-deploy

Deploys a number of repositories using the gh-pages branch.

  Sources   Download

MIT

The Requires

 

14/12 2013

0.0.1

0.0.1.0 https://github.com/RobLoach/gh-pages-deploy

Deploys a number of repositories using the gh-pages branch.

  Sources   Download

MIT

The Requires