Skip to content

Commit

Permalink
Update config/deploy.rb
Browse files Browse the repository at this point in the history
Co-authored-by: Max Kadel <[email protected]>
  • Loading branch information
kayiwa and maxkadel authored Nov 13, 2024
1 parent 14569ac commit f7c0535
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/deploy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f7c0535

Please sign in to comment.