Automattic / newspack-custom-content-migrator

Custom migration tasks for launching and migrating Newspack sites on Atomic
5 stars 5 forks source link

Add tweaks for drupal migration #520

Closed naxoc closed 2 months ago

naxoc commented 2 months ago

This makes the Drupal migrator a bit more re-usable for other sites by using more env vars and making the database connection use env vars too so we can run on staging without having to touch passwords.

I also added convenience commands to composer.json for phpcs and phpcbf.

How to test