DrupalCon Barcelona 2015: Configuration Deployment Best Practices in Drupal 8
About this talk
This talk covers the transformative role of Configuration Management in Drupal development, emphasizing its importance for creating an efficient code deployment workflow for Drupal 8 sites. The speaker outlines a comprehensive workflow that transitions through multiple development environments, staging, QA, and production, while also addressing the integration of changes made directly on the production environment. Key topics include the use of Git for storing code and configuration together, as well as the Drush commands config-export, config-import, and config-merge which facilitate effective collaboration on configuration across various development branches. Attendees will gain insights into implementing best practices for managing Drupal 8 projects through effective Configuration Management techniques.