Browse Source

assets after db symlink

pull/1/head
Nicolae Claudius 13 years ago
parent
commit
7ee1a27596
  1. 3
      config/deploy.rb

3
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 {} +

Loading…
Cancel
Save