dev-master
9999999-devA PHPCI plugin that allows you to deploy your code with Rocketeer
MIT
v0.1.0
0.1.0.0A PHPCI plugin that allows you to deploy your code with Rocketeer
MIT
Wallogit.com
2017 © Pedro Peláez
A PHPCI plugin that allows you to deploy your code with Rocketeer
This is an old repository that is no longer used or maintained. We advice to no longer use this repository., (*1)
A rocketeer plugin for PHPCI so PHPCI can deploy your code after a succesful build., (*2)
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., (*3)
composer require enrise/phpci-rocketeer
phpci.yml in the project you want to deploy withrocketeer shell command is globally accessable on your PHPCI server (see how)rocketeer deploy commandrocketeer:
deploy:
<git_branch>:
connection: <connection_name>
stage: <stage_name>
example:, (*4)
complete:
rocketeer:
deploy:
master:
connection: phpci
stage: production
develop:
connection: phpci
stage: develop
A PHPCI plugin that allows you to deploy your code with Rocketeer
MIT
A PHPCI plugin that allows you to deploy your code with Rocketeer
MIT