Admin: allow configurable deploy remote for update checks

This commit is contained in:
2026-02-22 05:04:55 +03:00
parent 9be6bf50dd
commit 8aee3a64ea
6 changed files with 108 additions and 20 deletions
+2
View File
@@ -9,6 +9,8 @@ return [
'charset' => 'utf8mb4',
],
'deploy' => [
'remote_name' => 'origin',
'remote_url' => 'git@github.com:wrkandreev/reframe.git',
'branch' => 'main',
'script' => __DIR__ . '/scripts/deploy.sh',
'php_bin' => 'php',