Admin: move deploy flow into settings and use secrets file

This commit is contained in:
2026-02-21 15:50:39 +03:00
parent 27691ba396
commit bc48e6959d
11 changed files with 305 additions and 136 deletions
+5
View File
@@ -8,4 +8,9 @@ return [
'pass' => 'change_me',
'charset' => 'utf8mb4',
],
'deploy' => [
'branch' => 'main',
'script' => __DIR__ . '/scripts/deploy.sh',
'php_bin' => 'php',
],
];