diff --git a/deploy/start.php b/deploy/start.php index d82305c..62b8098 100644 --- a/deploy/start.php +++ b/deploy/start.php @@ -19,7 +19,7 @@ $worker->onMessage = function(TcpConnection $connection, Request $request) { $work_dir = isset($_ENV['WORK_DIR']) ? $_ENV['WORK_DIR'] : null; $branch = isset($_ENV['BRANCH']) ? $_ENV['BRANCH'] : null; - var_dump(json_encode($request->post(), JSON_UNESCAPED_UNICODE)); + var_dump(json_encode($request->post('repository'), JSON_UNESCAPED_UNICODE)); // $connection->send($request->post()); if ($work_dir && $branch) {