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