Allow storage permissions for both www-data and ubuntu users
All checks were successful
Setup EC2 Tools / setup-server (push) Successful in 1m8s
All checks were successful
Setup EC2 Tools / setup-server (push) Successful in 1m8s
This commit is contained in:
parent
daf9d45c53
commit
bc3e8c3534
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue