quicksilver-examples icon indicating copy to clipboard operation
quicksilver-examples copied to clipboard

Microsites

Open alex-moreno opened this issue 3 years ago • 1 comments

alex-moreno avatar Jul 04 '22 16:07 alex-moreno

I think we have some examples for this for WordPress also, but for a Drupal site, there's a new flag for installing a new site from existing config, which could be shipped from a custom upstream.

 --existing-config             Configuration from sync directory
                               should be imported during installation. Use
                               with Drupal 8.6+.

So we could write something like this on deploy_product:

passthru('drush site:install --existing-config');

For WordPress, we have a working example that uses a mix of commands, but would like to have a more consistent framework that doesn't involve storing a db in the upstream.

kyletaylored avatar Dec 27 '22 18:12 kyletaylored