Admin: allow configurable deploy remote for update checks
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user