v1.5.1-beta.2

This commit is contained in:
carodej
2020-05-22 09:48:26 +02:00
parent be7d1bdc73
commit beae4277ca
4 changed files with 4 additions and 14 deletions

View File

@@ -44,7 +44,7 @@ class Deploy extends Command
// Exec commands
exec('git pull origin ' . config('app.deploy_branch'));
exec('composer update --no-interaction --prefer-dist');
//exec('composer update --no-interaction --prefer-dist');
$this->migrateDatabase();
// Stop deployment