diff --git a/web/private/scripts/drush_post_deploy.php b/web/private/scripts/drush_post_deploy.php index ce1fee460..4a33abb68 100644 --- a/web/private/scripts/drush_post_deploy.php +++ b/web/private/scripts/drush_post_deploy.php @@ -1,6 +1,8 @@ &1'); echo "Done running drush deploy.\n"; + +echo "Post our custom Solr schema to Pantheon's Solr server...\n"; +passthru('drush search-api-pantheon:postSchema pantheon_solr8 ../private/solr-conf 2>&1');