Skip to content

Commit

Permalink
comments out custom capistrano asset task
Browse files Browse the repository at this point in the history
  • Loading branch information
voodoorai2000 committed Sep 6, 2015
1 parent 6e16bc7 commit 554d58b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions config/deploy.rb
Expand Up @@ -47,14 +47,15 @@ def deploysecret(key)
sidekiq.yml
))


namespace :deploy do
# Check right version of deploy branch
# before :deploy, "deploy:check_revision"
# Run test aund continue only if passed
# before :deploy, "deploy:run_tests"
# Compile assets locally and then rsync
after 'deploy:symlink:shared', 'deploy:compile_assets_locally'

# 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
Expand Down

0 comments on commit 554d58b

Please sign in to comment.