diff --git a/PHPCI/Plugin/Deployer.php b/PHPCI/Plugin/Deployer.php index 9c56a340..55fb1d59 100644 --- a/PHPCI/Plugin/Deployer.php +++ b/PHPCI/Plugin/Deployer.php @@ -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'];