From 7ee1a27596e9289150bf1ac21bbffa223ab3574d Mon Sep 17 00:00:00 2001 From: Nicolae Claudius Date: Wed, 28 Sep 2011 12:45:46 -0700 Subject: [PATCH] assets after db symlink --- config/deploy.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/deploy.rb b/config/deploy.rb index 6f0dbe7..4299a88 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -1,5 +1,4 @@ require 'bundler/capistrano' -load 'deploy/assets' set :application, 'simpledns' set :domain, 'zooz.dyndns.org' @@ -22,6 +21,8 @@ role :db, domain, :primary => true # This is where Rails migrations will run after 'deploy:update_code', 'deploy:symlink_db' +load 'deploy/assets' + # TODO # chown -R clyfe:wwwdata /srv/www/apps/entrydns/current/public # find /srv/www/apps/entrydns/current/public -type d -exec chmod 0750 {} +