Skip to content

Instantly share code, notes, and snippets.

@samuelsolis
Last active August 29, 2015 13:57
Show Gist options
  • Save samuelsolis/9511334 to your computer and use it in GitHub Desktop.
Save samuelsolis/9511334 to your computer and use it in GitHub Desktop.
Drupal drushrc example file
$aliases['pro'] = array (
'uri' => 'SITEURL',
'root' => 'Folder in the server',
'remote-host' => 'remote host',
'remote-user' => 'remote user',
'command-specific' => array(
'sql-sync' => array(
'no-cache' => TRUE,
),
'rsync' => array (
'delete' => TRUE,
'exclude-paths' => '/',
),
),
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment