diff --git a/deploy.php b/deploy.php index bd9ef2b..b6b21ee 100755 --- a/deploy.php +++ b/deploy.php @@ -8,7 +8,7 @@ # if you don't use Github, comment the next line $theCommitMessage = json_decode($_POST['payload'])->head_commit->message ; // get the commit from Github - # if you don't use Bitbucket, uncomment the next line + # if you use Bitbucket, uncomment the next line //$theCommitMessage = json_decode($_POST['payload'])->commits[0]->message; // get the commit from Bitbucket # retrieve the command