mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-19 08:32:14 +00:00
v1.5-alpha.6
This commit is contained in:
@@ -42,7 +42,7 @@ class Deploy extends Command
|
||||
$this->call('down');
|
||||
|
||||
// Exec commands
|
||||
exec('git pull origin dev');
|
||||
exec('git pull origin ' . config('app.deploy_branch'));
|
||||
exec('composer update --no-interaction --prefer-dist');
|
||||
$this->migrateDatabase();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user