v1.5-alpha.4

This commit is contained in:
carodej
2020-05-16 12:18:37 +02:00
parent bdcfc26af7
commit 355f6a96ff

View File

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