lib/ash/drupal.rb in capistrano-ash-1.2.4 vs lib/ash/drupal.rb in capistrano-ash-1.3.0

- old
+ new

@@ -37,10 +37,11 @@ # before/after callbacks not firing for 'deploy:symlink' # or 'deploy:create_symlink' after "deploy", "drupal:symlink" after "drupal:symlink","drupal:protect" after "drupal:symlink", "drupal:clearcache" + before "drupal:clearcache", "compass" after "deploy", "deploy:cleanup" # -------------------------------------------- # Overloaded Methods # -------------------------------------------- @@ -280,6 +281,6 @@ run "#{drush_bin} -l #{url} -r #{latest_release} vset --yes uc_credit_encryption_path ../../shared/#{url}/#{uc_root}/#{uc_encryption_keys_root}" end end end end -end \ No newline at end of file +end