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