From 4026984852aa2e51cdeecffd2b67c0ce81f59a25 Mon Sep 17 00:00:00 2001 From: gregoirenovel Date: Wed, 24 Oct 2018 14:21:19 +0200 Subject: [PATCH] Move a comment in the comment block --- config/deploy.rb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/config/deploy.rb b/config/deploy.rb index 1cf20f58d..fdb30022c 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -12,6 +12,8 @@ require 'mina/rbenv' # Advanced settings: # forward_agent - SSH forward_agent # user - Username in the server to SSH to +# shared_dirs - Manually create these paths in shared/ on your server. +# They will be linked in the 'deploy:link_shared_paths' step. set :domain, ENV.fetch('domain') deploy_to = '/var/www/ds' @@ -21,9 +23,6 @@ set :branch, ENV.fetch('branch') set :forward_agent, true set :user, 'ds' set :rbenv_path, "/home/ds/.rbenv/bin/rbenv" - -# Manually create these paths in shared/ on your server. -# They will be linked in the 'deploy:link_shared_paths' step. shared_dirs = [ 'log', 'sockets',