Skip to content

Commit dbede54

Browse files
authored
Merge pull request #20 from dof-dss/development
Release to main
2 parents bbebfb8 + 0eddbd7 commit dbede54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.hosting/platformsh/.platform.app.template.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ hooks:
7373
echo "****** $site deployment ******"
7474
cd /app/web/sites/$site
7575
# Disable Fastly logging
76-
drush disable-fastly-logging
76+
drush -l $site disable-fastly-logging
7777
# Readonlymode module should be installed on all sites,
7878
# but we'll just make sure.
7979
drush en readonlymode -l $site -y
@@ -98,7 +98,7 @@ hooks:
9898
cd /app/web/sites/$site
9999
drush -l $site -y cache-rebuild
100100
# Enable Fastly logging
101-
drush enable-fastly-logging
101+
drush -l $site enable-fastly-logging
102102
done
103103
104104
# The configuration of app when it is exposed to the web.

0 commit comments

Comments
 (0)