Advertisement
Guest User

Untitled

a guest
Nov 23rd, 2014
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.53 KB | None | 0 0
  1. $aliases['prod'] = array(
  2.     'parent' => '@server.xxx', // remote-host & remote-user from server.aliases.drushrc.php $aliases[xxx]
  3.     'uri' => 'xxx.com',
  4.     'root' => '/home/xxx/www/',
  5.     'path-aliases' => array(
  6.      // '%files' => 'sites/xxx/files',
  7.       '%dump-dir' => '/home/xxx/drush-backups',
  8.      ),
  9.      'target-command-specific' => array (
  10.        'sql-sync' => array (
  11.             'disable' => array(
  12.             'devel',
  13.             'fields_ui',
  14.             'views_ui',
  15.           ),
  16.        ),
  17.      ),    
  18. );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement