Compare commits

...
Sign in to create a new pull request.

2 commits

Author SHA1 Message Date
Stephen Ball
3169aa9e1a Merge branch 'master' into add-commit-to-deployer 2016-07-04 20:10:31 +01:00
Stephen Ball
cf5402d894 Update Deployer.php 2016-06-08 10:25:10 +01:00

View file

@ -65,7 +65,8 @@ class Deployer implements \PHPCI\Plugin
'source' => 'PHPCI',
'url' => $this->phpci->interpolate('%BUILD_URI%'),
'branch' => $this->phpci->interpolate('%BRANCH%'),
'update_only' => $this->updateOnly
'commit' => $this->phpci->interpolate('%COMMIT%'),
'update_only' => $this->updateOnly,
));
return $response['success'];