From 230693f092effe45103ca4aa1edaf34fed4be385 Mon Sep 17 00:00:00 2001 From: Jorge Manrubia Date: Fri, 28 Nov 2025 16:30:03 +0100 Subject: [PATCH] Add note about how to update Fizzy (we need to improve this and make it more seamless) --- saas/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/saas/README.md b/saas/README.md index 16788f47c..27da709f2 100644 --- a/saas/README.md +++ b/saas/README.md @@ -16,6 +16,14 @@ bin/rails saas:disable Then you can work do [Fizzy development as usual](https://github.com/basecamp/fizzy). +## How to update Fizzy + +After making changes to this gem, you need to update Fizzy to pick up the changes: + +```ruby +BUNDLE_GEMFILE=Gemfile.saas bundle update --conservative fizzy-saas +``` + ## Environments Fizzy is deployed with [Kamal](https://kamal-deploy.org/). You'll need to have the 1Password CLI set up in order to access the secrets that are used when deploying. Provided you have that, it should be as simple as `bin/kamal deploy` to the correct environment.