mirror of
https://github.com/myronblair/jarvis
synced 2026-07-28 08:43:00 -05:00
Test: verify auto-deploy pipeline end-to-end
This commit is contained in:
@@ -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);
|
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]);
|
echo json_encode(['ok' => true, 'queued' => $repo, 'path' => $path]);
|
||||||
|
// deploy pipeline verified working 2026-07-07
|
||||||
|
|||||||
Reference in New Issue
Block a user