Skip to content
Snippets Groups Projects

Make vendor writable

Merged Adam G-H requested to merge issue/drupal_cms-3501187:3501187-tugboat-permissions into 1.x
+ 1
0
@@ -30,6 +30,7 @@ services:
- chmod 2775 $TUGBOAT_ROOT/project
- chgrp -R www-data $TUGBOAT_ROOT/project
- chmod g+w $TUGBOAT_ROOT/project/web
- chmod g+w $TUGBOAT_ROOT/project/vendor
# Install Drupal using Drush.
- |
set -e
Loading