Skip to content

Commit

Permalink
Config files are in shared/config, not shared/system
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Copeland committed Jan 21, 2011
1 parent adcfc17 commit 923a6e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/deploy/staging.rb
Expand Up @@ -8,7 +8,7 @@
namespace :deploy do
desc "For the staging environment, move in a robots.txt that blocks robots from the entire site"
task :move_in_staging_robots_txt, :roles => :app do
run "cp #{deploy_to}/shared/system/robots.txt #{current_path}/public/robots.txt"
run "cp #{deploy_to}/shared/config/robots.txt #{current_path}/public/robots.txt"
end
end

Expand Down

0 comments on commit 923a6e6

Please sign in to comment.