Support the ongoing development of Laravel.io →
posted 6 years ago
Last updated 1 year ago.
0

I think you should be fine by adding php artisan migrate directly after php-fpm reload. If no migration is necessary it will only output "Nothing to migrate".

cd /home/forge/mapp
git pull origin develop
composer install --no-interaction --prefer-dist --optimize-autoloader
echo "" | sudo -S service php7.1-fpm reload
php artisan migrate
Last updated 6 years ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

spham spham Joined 11 Nov 2016

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.