Compare commits

...

1 commit

Author SHA1 Message Date
Stephen Ball ae1e4f9d10 Update Deployer.php 2016-06-08 10:24:54 +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
'update_only' => $this->updateOnly,
'commit' => $this->phpci->interpolate('%COMMIT%'),
));
return $response['success'];