Admin: move deploy flow into settings and use secrets file
This commit is contained in:
@@ -8,4 +8,9 @@ return [
|
||||
'pass' => 'change_me',
|
||||
'charset' => 'utf8mb4',
|
||||
],
|
||||
'deploy' => [
|
||||
'branch' => 'main',
|
||||
'script' => __DIR__ . '/scripts/deploy.sh',
|
||||
'php_bin' => 'php',
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user