Best Deployment method using drush and svn in drupal
Posted by lalit774 on December 8, 2011 at 10:15pm
Deployment using drush is best thing in drupal. This is very important how to deploy on production without bringing down the live server. Drush provide this functionality. According to me following is procedure for deployment of drupal websites.
we have following flow for deployment.
-
Local Machine
-
SVN Server
-
DEV Server
-
UAT Server
-
Production Server.
The flow should be like this 1 -> 2 -> 3 -> 4 -> 5
All the deployment should automatically be done using shell script.
Read more