This project is not covered by Drupal’s security advisory policy.

The content deploy module is exetended version of Content Synchronization module (https://www.drupal.org/project/content_sync). This module provides a mechanism to export single content items as well as multiple content items from one environment to another including dependencies. This module also provides useful drush commands to export/import content.
This module has extra features of single entity import/export and also we can schedule auto deployment on specific time as well.

REQUIREMENTS
------------

1. Drush with version >= 9
2. Serialization : This module is Drupal core's part.

INSTALLATION
------------

  1. Create directory on Drupal root : content/sync
    Here "sync" is the sub-folder of "content" directory.
  2. Give permission to this "content" directory recursively :
    $ chmod -R 755 content/
  3. Add this code in settings.php file :
    global $content_directories;
    $content_directories['sync'] = 'content/sync';
    This will define the path where the exported content will be saved.
  4. Extract module at drupal/modules/contrib directory or get it with composer require command and enable it from browser by going in this path /admin/modules.
Supporting organizations: 

Project information

Releases