Skip to content
This repository was archived by the owner on Apr 8, 2022. It is now read-only.

opcoding/courier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

OpCoding/Courier

This plugin eases continuous deployment from PHPCI

Installation

Courier is intended to be installed through composer:

require opcoding/courier

NOTE: at this time, the repository is private!

Usage

Once installed, you just have to add such a section in your phpci.yml:

success:
    OpCoding\Courier\Courier:
        env-mapping:
          "master": production
          "*": development
        targets:
          production:
            www1:
              host: 192.168.56.101
              path: /var/www/showcase/
            www2:
              host: 192.168.56.102

About

Deployment plugin for PHPCI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages