From 5c28fc38616b1ea0f6c869cb16677982098568e0 Mon Sep 17 00:00:00 2001 From: Richard Davies Date: Fri, 26 Apr 2024 16:20:59 -0700 Subject: [PATCH] PE-601 Post custom Solr schema during test & live deploys (#579) --- web/private/scripts/drush_post_deploy.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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');