removes beta testers functionality

This commit is contained in:
Juanjo Bazán
2015-10-29 13:19:00 +01:00
parent 01022d2b42
commit 1e0ac137bb
6 changed files with 2 additions and 38 deletions

View File

@@ -57,7 +57,6 @@ namespace :deploy do
# Custom compile and rsync of assets - works, but it is very slow
#after 'deploy:symlink:shared', 'deploy:compile_assets_locally'
after :finishing, 'deploy:beta_testers'
after :finishing, 'deploy:cleanup'
# Restart unicorn
after 'deploy:publishing', 'deploy:restart'