From 623d80017fbf93ba213511e4b1e027644e08e05a Mon Sep 17 00:00:00 2001 From: Jorge Manrubia Date: Fri, 12 Dec 2025 15:00:15 +0100 Subject: [PATCH] Add stripe envs --- saas/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/saas/README.md b/saas/README.md index 9603c317d..80ff67a36 100644 --- a/saas/README.md +++ b/saas/README.md @@ -40,6 +40,12 @@ bin/dev # You need to start the dev server in the same terminal session This will ask for your 1password authorization to read and set the environment variables that Stripe needs. +### Stripe environments + +* [Development](https://dashboard.stripe.com/acct_1SdTFtRus34tgjsJ/test/dashboard) +* [Staging](https://dashboard.stripe.com/acct_1SdTbuRvb8txnPBR/test/dashboard) +* [Production](https://dashboard.stripe.com/acct_1SNy97RwChFE4it8/dashboard) + ## 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.