Download the PHP package transactpro/phpci-deployer-org without Composer
On this page you can find all versions of the php package transactpro/phpci-deployer-org. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download transactpro/phpci-deployer-org
More information about transactpro/phpci-deployer-org
Files in transactpro/phpci-deployer-org
Download transactpro/phpci-deployer-org
More information about transactpro/phpci-deployer-org
Files in transactpro/phpci-deployer-org
Vendor transactpro
Package phpci-deployer-org
Short Description PHPCI Plugin for deployer.org integration
License MIT
Package phpci-deployer-org
Short Description PHPCI Plugin for deployer.org integration
License MIT
Please rate this library. Is it a good library?
Informations about the package phpci-deployer-org
PHPCI Plugin for deployer.org integration
Prerequisites
- Up and running
deployer.org
tooldep
and endpoint configuration done like in docs. (You can get it here)
Install
First of all - composer require transactpro/phpci-deployer-org
To avoid any security problems, this plugin stores three different recipe parts:
common.deploy.php
- some predefinitions. In other words, just extending defaultrecipe/common.php
.project.deploy.php
- main deploy configuration. You can store here even server credentials (pure password or ssh-key password).deploy.php
- rest part of deploy configuration. Mainly used for defining writable/shared directories.
Usage
Let's store recipe parts:
common.deploy.php
=>/var/www/deploy/recipes/common.deploy.php
project.deploy.php
=>/var/www/deploy/recipes/project.deploy.php
deploy.php
=>/your/project/root/deploy.php
========================
phpci.yml
example:
That's all folks!
=========================================
TODO
I'm planning to add wildcard for branches, so we can deploy master to production, bugfixes to staging and features to test/staging environments.
All versions of phpci-deployer-org with dependencies
PHP Build Version
Package Version
No informations.
The package transactpro/phpci-deployer-org contains the following files
Loading the files please wait ....