From 78fd06d5559658e3920947e859d1b79a7c8cb8ed Mon Sep 17 00:00:00 2001 From: Matthew Landauer Date: Wed, 31 Jul 2024 00:36:33 +0000 Subject: [PATCH] Add note to README about new servers --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 1815d5bb0..8d74a3832 100644 --- a/README.md +++ b/README.md @@ -80,6 +80,9 @@ but in the meantime: TODO: This section is now out of date as we now have a blue/green deploy setup that allows us to build a new image with a new ruby version and deploy it side by side with the old version and switch over between them +Note for new deploy on new servers: Make sure you run "bundle exec cap production puma:install" first. Otherwise the "puma:reload" +capistrano task will fail + ### Update the application code * Change `.ruby-version`. Run tests to make sure nothing has broken.