about summary refs log tree commit diff stats
path: root/config/deploy.rb
diff options
context:
space:
mode:
Diffstat (limited to 'config/deploy.rb')
-rw-r--r--config/deploy.rb10
1 files changed, 0 insertions, 10 deletions
diff --git a/config/deploy.rb b/config/deploy.rb index 6207c71..1aed1b1 100644 --- a/config/deploy.rb +++ b/config/deploy.rb
@@ -49,13 +49,3 @@ set :rails_env, 'production'
49set :conditionally_migrate, true 49set :conditionally_migrate, true
50set :migration_role, :app 50set :migration_role, :app
51set :assets_roles, [:app] 51set :assets_roles, [:app]
52
53namespace :deploy do
54 after :updated, :compile do
55 on primary(:app) do
56 within release_path do
57 rake "compile"
58 end
59 end
60 end
61end