Last active
October 22, 2016 05:46
-
-
Save szeidler/06a55219a2d89d9ef0a0 to your computer and use it in GitHub Desktop.
Drush sync from local to remote
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
drush rsync @project-local:%files @project-remote:%files | |
drush rsync @project-local:%private @project-remote:%private | |
drush sql-sync @project-local @project-remote |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment