fix(command): Cache configuration on Update in production (#1688)

This commit is contained in:
Alexis Saettler
2018-08-24 08:36:03 +02:00
committed by GitHub
parent f6cad52758
commit de3f3917bb
9 changed files with 29 additions and 18 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ else
fi
# Run migrations
${ARTISAN} monica:update --force
${ARTISAN} monica:update --force -v
# Run cron
crond -b &