Skip to content

Commit

Permalink
Guts: Remove mirror2
Browse files Browse the repository at this point in the history
And it's gone!
  • Loading branch information
nfagerlund committed Dec 20, 2012
1 parent 28570a7 commit fad69f1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -247,7 +247,7 @@ end

desc "Deploy the site to the production servers"
task :deploy do
mirrors = ['mirror0', 'mirror1', 'mirror2']
mirrors = ['mirror0', 'mirror1']
Rake::Task['build'].invoke
mirrors.each do |mirror|
sh "rake #{mirror} vlad:release"
Expand Down
5 changes: 0 additions & 5 deletions config/deploy.rb
Expand Up @@ -12,11 +12,6 @@
set :deploy_to, "/var/www/#{application}"
end

task :mirror2 do
set :domain, "#{user}@docs.mirror2.puppetlabs.com"
set :deploy_to, "/var/www/#{application}"
end

task :preview1 do
set :domain, "#{user}@docspreview1.puppetlabs.lan"
set :deploy_to, "/opt/docspreview1"
Expand Down

0 comments on commit fad69f1

Please sign in to comment.