Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zaporylie/drupal-composer-sql-sync-policy


https://github.com/zaporylie/drupal-composer-sql-sync-policy

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# drupal-composer-sql-sync-policy
[![Packagist](https://img.shields.io/packagist/v/zaporylie/drupal-composer-sql-sync-policy.svg?maxAge=3600)](https://packagist.org/packages/zaporylie/drupal-composer-sql-sync-policy)

Add following to your drushrc.php:
```php
$options['env-flow'] = array(
'@prod' => array(),
'@staging' => array('@prod'),
'@dev' => array('@prod', '@staging'),
'@local' => array('@prod', '@staging', '@dev'),
);
```
You can modify list of environments.