mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 16:22:14 +00:00
v1.5-alpha.6
This commit is contained in:
@@ -42,7 +42,7 @@ class Deploy extends Command
|
|||||||
$this->call('down');
|
$this->call('down');
|
||||||
|
|
||||||
// Exec commands
|
// Exec commands
|
||||||
exec('git pull origin dev');
|
exec('git pull origin ' . config('app.deploy_branch'));
|
||||||
exec('composer update --no-interaction --prefer-dist');
|
exec('composer update --no-interaction --prefer-dist');
|
||||||
$this->migrateDatabase();
|
$this->migrateDatabase();
|
||||||
|
|
||||||
|
|||||||
@@ -20,7 +20,6 @@
|
|||||||
"laravel/tinker": "^2.0",
|
"laravel/tinker": "^2.0",
|
||||||
"league/flysystem-aws-s3-v3": "^1.0",
|
"league/flysystem-aws-s3-v3": "^1.0",
|
||||||
"league/flysystem-cached-adapter": "^1.0",
|
"league/flysystem-cached-adapter": "^1.0",
|
||||||
"symfony/process": "^5.0",
|
|
||||||
"teamtnt/laravel-scout-tntsearch-driver": "^7.2"
|
"teamtnt/laravel-scout-tntsearch-driver": "^7.2"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
|
|||||||
@@ -234,6 +234,7 @@ return [
|
|||||||
],
|
],
|
||||||
|
|
||||||
'deploy_secret' => env('APP_DEPLOY_SECRET'),
|
'deploy_secret' => env('APP_DEPLOY_SECRET'),
|
||||||
|
'deploy_branch' => env('APP_DEPLOY_BRANCH'),
|
||||||
|
|
||||||
'debug_blacklist' => [
|
'debug_blacklist' => [
|
||||||
'_ENV' => [
|
'_ENV' => [
|
||||||
|
|||||||
Reference in New Issue
Block a user