Update Deployer plugin

This commit is contained in:
Stephen Ball 2017-01-06 10:04:39 +07:00 committed by Dmitry Khomutov
parent 1771d6c1f5
commit b861071402

View file

@ -62,7 +62,8 @@ class Deployer extends Plugin
'source' => 'PHP Censor',
'url' => $this->builder->interpolate('%BUILD_URI%'),
'branch' => $this->builder->interpolate('%BRANCH%'),
'update_only' => $this->updateOnly
'commit' => $this->builder->interpolate('%COMMIT%'),
'update_only' => $this->updateOnly,
]);
return $response['success'];