Skip to content

Commit

Permalink
Merge pull request #1990 from zz9pzza/add_ao3-front02
Browse files Browse the repository at this point in the history
add ao3-front02
  • Loading branch information
elzj committed Jan 20, 2015
2 parents a2494bf + 1b270ce commit ce4ceb1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/deploy/production.rb
Expand Up @@ -17,6 +17,7 @@
server "ao3-app98.ao3.org", :app , :workers , :schedulers
server "ao3-app99.ao3.org", :app , :workers , :schedulers
server "ao3-front01.ao3.org", :web
server "ao3-front02.ao3.org", :web

# ORDER OF EVENTS
# Calling "cap deploy" runs:
Expand All @@ -41,7 +42,7 @@

desc "Rebalance nginx and squid"
task :rebalance_unicorns, :roles => :web do
logger.info "Rebalancing the unicorns in a minute"
logger.info "Rebalancing in a minute"
sleep(60)
run "/usr/bin/sudo /var/cfengine/files/scripts/rebalance"
logger.info "Rebalancing complete"
Expand Down

0 comments on commit ce4ceb1

Please sign in to comment.