Skip to content

Commit

Permalink
call asset package after deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
danielvlopes committed Oct 16, 2009
1 parent b1567c1 commit ea19eae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/deploy.rb
Expand Up @@ -25,6 +25,7 @@
task :after_update_code, :roles => [:web, :db, :app] do
run "chmod 755 #{release_path}/public"
db.upload_database_yaml
assets.package
end

namespace :deploy do
Expand Down

0 comments on commit ea19eae

Please sign in to comment.