From b47da6609b06aa746c6f320983c9bfe8a8ffa434 Mon Sep 17 00:00:00 2001 From: Abdelhak Bougouffa Date: Thu, 1 Oct 2015 01:17:17 +0100 Subject: [PATCH] Update deploy.php --- deploy.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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