Update Deployer.php

This commit is contained in:
Stephen Ball 2016-06-08 10:24:54 +01:00
parent 3cdaef8fa9
commit ae1e4f9d10

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'];