Skip to content

Commit

Permalink
maybe it doesn't like this?
Browse files Browse the repository at this point in the history
  • Loading branch information
shua123 committed Sep 26, 2016
1 parent bc1dd36 commit 44a7f16
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions config/deploy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -61,15 +61,15 @@
end

task :create_shared_directories do
run "mkdir -p #{deploy_to}/shared/pids"
run "mkdir -p #{deploy_to}/shared/system"
run "mkdir -p #{deploy_to}/shared/assets"
run "mkdir -p #{deploy_to}/releases"
run "mkdir -p #{shared_path}/log"
run "mkdir -p #{shared_path}/tmp"
run "mkdir -p #{shared_path}/assets"
run "mkdir -p #{shared_path}/bundle"
run "mkdir -p #{shared_path}/cached-copy"
# run "mkdir -p #{deploy_to}/shared/pids"
# run "mkdir -p #{deploy_to}/shared/system"
# run "mkdir -p #{deploy_to}/shared/assets"
# run "mkdir -p #{deploy_to}/releases"
# run "mkdir -p #{shared_path}/log"
# run "mkdir -p #{shared_path}/tmp"
# run "mkdir -p #{shared_path}/assets"
# run "mkdir -p #{shared_path}/bundle"
# run "mkdir -p #{shared_path}/cached-copy"
end

task :link_db_config do
Expand Down

0 comments on commit 44a7f16

Please sign in to comment.