Download the PHP package enrise/phpci-rocketeer without Composer
On this page you can find all versions of the php package enrise/phpci-rocketeer. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download enrise/phpci-rocketeer
More information about enrise/phpci-rocketeer
Files in enrise/phpci-rocketeer
Download enrise/phpci-rocketeer
More information about enrise/phpci-rocketeer
Files in enrise/phpci-rocketeer
Vendor enrise
Package phpci-rocketeer
Short Description A PHPCI plugin that allows you to deploy your code with Rocketeer
License MIT
Package phpci-rocketeer
Short Description A PHPCI plugin that allows you to deploy your code with Rocketeer
License MIT
Please rate this library. Is it a good library?
Informations about the package phpci-rocketeer
Archived and unmaintained
This is an old repository that is no longer used or maintained. We advice to no longer use this repository.
Original README can be found below:
PHPCI-Rocketeer
A rocketeer plugin for PHPCI so PHPCI can deploy your code after a succesful build.
The commits on GitHub pull-requests will not be deployed, only commits merged into the main repository will be deployed if the branch is matching one branches in the config.
Install the plugin
- Navigate to your PHPCI root directory and run
composer require enrise/phpci-rocketeer
- Update your
phpci.yml
in the project you want to deploy with
Make sure that
- The
rocketeer
shell command is globally accessable on your PHPCI server (see how) - The php-ci-cronjob-server-user can actually can run the
rocketeer deploy
command
PHPCI config
example:
All versions of phpci-rocketeer with dependencies
PHP Build Version
Package Version
No informations.
The package enrise/phpci-rocketeer contains the following files
Loading the files please wait ....