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