From d46721a5e312c78e1cd28165c8ee1615a416f4ce Mon Sep 17 00:00:00 2001 From: wandoubaba Date: Tue, 4 Jul 2023 13:58:09 +0800 Subject: [PATCH] start --- deploy/start.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {