From b861071402ffc5e72c5493921069b087509e596b Mon Sep 17 00:00:00 2001 From: Stephen Ball Date: Fri, 6 Jan 2017 10:04:39 +0700 Subject: [PATCH] Update Deployer plugin --- src/PHPCensor/Plugin/Deployer.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/PHPCensor/Plugin/Deployer.php b/src/PHPCensor/Plugin/Deployer.php index 31519936..42b11991 100644 --- a/src/PHPCensor/Plugin/Deployer.php +++ b/src/PHPCensor/Plugin/Deployer.php @@ -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'];