v1.5-alpha.6

This commit is contained in:
carodej
2020-05-16 17:22:45 +02:00
parent 4c8028696f
commit 6272f62e85
3 changed files with 2 additions and 2 deletions

View File

@@ -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();

View File

@@ -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": {

View File

@@ -234,6 +234,7 @@ return [
],
'deploy_secret' => env('APP_DEPLOY_SECRET'),
'deploy_branch' => env('APP_DEPLOY_BRANCH'),
'debug_blacklist' => [
'_ENV' => [