Skip to content

Commit

Permalink
Download Acquia memcache config during hosting setup.
Browse files Browse the repository at this point in the history
  • Loading branch information
becw committed Sep 9, 2021
1 parent 7e8a69e commit 8f5beee
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions targets/install.xml
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,12 @@
<fail unless="build.host" />

<switch value="${build.host}">
<case value="acquia">
<!-- Site-level setup -->
<!-- @see https://docs.acquia.com/cloud-platform/performance/memcached/enable/ -->
<httpget url="https://docs.acquia.com/_downloads/cloud-memcache-d8+.php" dir="${build.dir}/${drupal.root}/sites/${drupal.site.dir}" filename="settings.acquia-memcache.php" />
</case>

<case value="pantheon">
<!-- Project-level setup -->
<copy file="${build.thebuild.dir}/defaults/install/pantheon.yml" todir="${application.startdir}" overwrite="true" />
Expand Down

0 comments on commit 8f5beee

Please sign in to comment.