mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-05 18:23:48 +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();
|
||||
|
||||
|
||||
@@ -20,7 +20,6 @@
|
||||
"laravel/tinker": "^2.0",
|
||||
"league/flysystem-aws-s3-v3": "^1.0",
|
||||
"league/flysystem-cached-adapter": "^1.0",
|
||||
"symfony/process": "^5.0",
|
||||
"teamtnt/laravel-scout-tntsearch-driver": "^7.2"
|
||||
},
|
||||
"require-dev": {
|
||||
|
||||
@@ -234,6 +234,7 @@ return [
|
||||
],
|
||||
|
||||
'deploy_secret' => env('APP_DEPLOY_SECRET'),
|
||||
'deploy_branch' => env('APP_DEPLOY_BRANCH'),
|
||||
|
||||
'debug_blacklist' => [
|
||||
'_ENV' => [
|
||||
|
||||
Reference in New Issue
Block a user