From 8567018cc3d8aca8bae95d1b324286694d89f9b3 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 7 Jul 2026 08:25:12 -0500 Subject: [PATCH] Test: verify auto-deploy pipeline end-to-end --- public_html/webhook.php | 1 + 1 file changed, 1 insertion(+) diff --git a/public_html/webhook.php b/public_html/webhook.php index 9cceee1..54a4393 100644 --- a/public_html/webhook.php +++ b/public_html/webhook.php @@ -57,3 +57,4 @@ file_put_contents(DEPLOY_QUEUE, $path . "\n", FILE_APPEND | LOCK_EX); file_put_contents(DEPLOY_LOG, "[$ts] Queued deploy: $repo by $pusher -> $path\n", FILE_APPEND | LOCK_EX); echo json_encode(['ok' => true, 'queued' => $repo, 'path' => $path]); +// deploy pipeline verified working 2026-07-07