Allow storage permissions for both www-data and ubuntu users
All checks were successful
Setup EC2 Tools / setup-server (push) Successful in 1m8s

This commit is contained in:
vickytechkey 2026-09-08 22:09:34 +05:30
parent daf9d45c53
commit bc3e8c3534

View file

@ -99,6 +99,7 @@ jobs:
# Ensure web server owns the files after composer finishes writing caches
sudo chown -R www-data:www-data storage bootstrap/cache
sudo chmod -R 777 storage bootstrap/cache
# Run database migrations
php artisan migrate --force