- Deployer version: v7.0.0-rc.8
- Deployment OS: Ubuntu 20.04.4 LTS
After the deployment is completed and running the app from the server, there is file permission issue
Unable to create lockable file.

I solved this by changing the ownership
sudo chown -R www-data:${USER} /var/www/project/shared/storage/
Did I miss anything for the permission setup?