Added php artisan storage:link.

This commit is contained in:
Leonid Nikitin 2024-06-11 22:42:10 +05:00
parent cce94cd210
commit de69776bc8
Signed by: kor-elf
GPG Key ID: 3C0F720C170F6E1D

View File

@ -103,6 +103,7 @@ php artisan config:cache
php artisan event:cache
php artisan route:cache
php artisan view:cache
php artisan storage:link
if [ "$role" = "app" ]; then
php artisan migrate --force
fi