Skip to content

Instantly share code, notes, and snippets.

@timodwhit
Created October 1, 2015 14:37
Show Gist options
  • Save timodwhit/984463fb7c9e50ce77a9 to your computer and use it in GitHub Desktop.
Save timodwhit/984463fb7c9e50ce77a9 to your computer and use it in GitHub Desktop.
Revert Drupal Environment in drushrc.php
<?php
$options['shell-aliases']['env-revert'] = '!drush env-switch production --force && drush cc all';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment