17 lines
367 B
PHP
17 lines
367 B
PHP
<?php
|
|
return array (
|
|
'name' => 'git_sync_all',
|
|
'triggers' =>
|
|
array (
|
|
0 => 'git sync',
|
|
1 => 'sync git',
|
|
2 => 'push all',
|
|
3 => 'triple sync',
|
|
4 => 'git push all',
|
|
),
|
|
'cmd' => '/var/www/html/api/handlers/git-sync-all.sh',
|
|
'status' => 'EXECUTED',
|
|
'created_at' => '2026-04-19T23:41:00+00:00',
|
|
'source' => 'opus4-autowire-early-v2',
|
|
);
|