mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 08:12:15 +00:00
v1.5-alpha.4
This commit is contained in:
@@ -43,7 +43,7 @@ class Deploy extends Command
|
|||||||
|
|
||||||
// Exec commands
|
// Exec commands
|
||||||
exec('git pull origin dev');
|
exec('git pull origin dev');
|
||||||
exec('composer install --no-interaction --no-dev --prefer-dist');
|
exec('composer update --no-interaction --prefer-dist');
|
||||||
$this->migrateDatabase();
|
$this->migrateDatabase();
|
||||||
|
|
||||||
// Stop deployment
|
// Stop deployment
|
||||||
|
|||||||
Reference in New Issue
Block a user