Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion deploy.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down