Skip to content

Commit

Permalink
Add note to README about new servers
Browse files Browse the repository at this point in the history
  • Loading branch information
mlandauer committed Jul 31, 2024
1 parent ee4af07 commit 78fd06d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 78fd06d

Please sign in to comment.