From f7c0535d5ccb13748b0591d6ca4281cb5b56339a Mon Sep 17 00:00:00 2001 From: Francis Kayiwa Date: Wed, 13 Nov 2024 09:42:40 -0500 Subject: [PATCH] Update config/deploy.rb Co-authored-by: Max Kadel --- config/deploy.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/deploy.rb b/config/deploy.rb index 646135b1..845e87d8 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -33,7 +33,7 @@ end # You can/ should apply this command to a subset of hosts # cap --hosts=lib-jobs-staging2.lib.princeton.edu staging application:serve_from_nginx - desc "Marks the server(s) to be removed from the loadbalancer" + desc "Marks the server(s) to be added back to the loadbalancer" task :serve_from_nginx do on roles(:app) do within release_path do