Currently on the live server the compilation target directories are owned by www-data:www-data:
/var/www/hoxtonowl.com/subdomains/www/patch-builder/build and
/var/www/hoxtonowl.com/subdomains/www/patch-builder/build-js.
The compilation process however seems to run from the API as user nobody. To work, all files and directories concerned must be world writeable, which is obv not ideal.
Can we update the deploy scripts to set correct permissions and ownership?
Currently on the live server the compilation target directories are owned by
www-data:www-data
:/var/www/hoxtonowl.com/subdomains/www/patch-builder/build
and/var/www/hoxtonowl.com/subdomains/www/patch-builder/build-js
. The compilation process however seems to run from the API as usernobody
. To work, all files and directories concerned must be world writeable, which is obv not ideal.Can we update the deploy scripts to set correct permissions and ownership?