Skip to content

Instantly share code, notes, and snippets.

View justafish's full-sized avatar

Sally Young justafish

  • Lullabot
  • London, UK
View GitHub Profile
@sirkitree
sirkitree / drushrc.php
Created November 6, 2012 12:36
Don't allow yourself to screw up with sql-sync to the production environment.
<?php
$options['shell-aliases']['syncdb'] = '!drush --verbose --yes sql-sync --create-db @pac12.prod @self';