codeenigma / deployments

Our custom Fabric and shell scripts for deploying various PHP apps.
MIT License
13 stars 10 forks source link

r40112 - fixing up error messages and making sure Jenkins can write t… #388

Closed gregharvey closed 3 years ago

gregharvey commented 3 years ago

…o logs.

Turns out logs directory is somehow www-data:www-data so Jenkins can't write there during a composer install. Making sure the logs are www-data:jenkins and some other housekeeping around errors to make build output more readable.