mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-22 01:22:16 +00:00
v1.5.1-beta.2
This commit is contained in:
@@ -44,7 +44,7 @@ class Deploy extends Command
|
||||
|
||||
// Exec commands
|
||||
exec('git pull origin ' . config('app.deploy_branch'));
|
||||
exec('composer update --no-interaction --prefer-dist');
|
||||
//exec('composer update --no-interaction --prefer-dist');
|
||||
$this->migrateDatabase();
|
||||
|
||||
// Stop deployment
|
||||
|
||||
Reference in New Issue
Block a user