summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorjomo <github@jomo.tv>2014-06-24 23:39:57 +0200
committerjomo <github@jomo.tv>2014-06-24 23:39:57 +0200
commite24e7b3460e103dff0d1a4ef4f1378432bb9a304 (patch)
tree9e6d750ceb0e8b490fb0fb3f59512bf243be0721 /config
parent323bb17c3d2ce46f78373bcf7da1615152b30dfc (diff)
removed more crap
Diffstat (limited to 'config')
-rw-r--r--config/deploy.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/config/deploy.rb b/config/deploy.rb
index 8368cbc..e2f68f4 100644
--- a/config/deploy.rb
+++ b/config/deploy.rb
@@ -33,11 +33,6 @@ namespace :deploy do
end
after "deploy:setup", "deploy:setup_config"
- task :symlink_config, roles: :app do
- run "ln -nfs #{shared_path}/config/database.yml #{release_path}/config/database.yml"
- end
- after "deploy:finalize_update", "deploy:symlink_config"
-
desc "Make sure local git is in sync with remote."
task :check_revision, roles: :web do
unless `git rev-parse HEAD` == `git rev-parse origin/master`