Composer create template for starting new decoupled drupal builds.
composer create-project acromedia/drupal-recommended /SOME_PATH/YOUR_PROJECT_NAME
TOKEN
: used to pass gitlab token programatically.- ie:
TOKEN=myToken composer create-project acromedia/drupal-recommended my-project
- ie:
php dev-create
: Creates a local project undertest/project
, will handle project deletion prior to running.
Package is deployed to packagist via github link with packagist. This project's source code is stored in gitlab, and is mirrored to github.
- create a tag with the version number in the format
v0.0.0
in gitlab.
Update drush/Commands/PolicyCommands.php
to protect your production lagoon environment's DB from accidentally being overwritten by drush sql-sync