Update Deployer.php

This commit is contained in:
Stephen Ball 2016-06-08 10:25:10 +01:00
parent 3cdaef8fa9
commit cf5402d894

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