From a12886b9359d31eb9ab5ceafc6156565c30c24dd Mon Sep 17 00:00:00 2001 From: neelasha23 Date: Tue, 30 Apr 2024 17:22:48 +0530 Subject: [PATCH] secrets --- doc/user-guide/cli.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/user-guide/cli.md b/doc/user-guide/cli.md index 41713887..03d839db 100644 --- a/doc/user-guide/cli.md +++ b/doc/user-guide/cli.md @@ -207,6 +207,10 @@ ploomber-cloud deploy The command-line interface will automatically read and encrypt your secrets and include them in the deployment. For security reasons, your `.env` file is replaced with an empty file at runtime. Ploomber only stores your encrypted secrets. +```{note} +Ensure that you specify all the required secrets in the `.env` file whenever deploying or re-deploying an application. Secrets will not be carried over from the previous deployment. +``` + To learn how to read your secrets from within your application, see [Reading secrets.](./secrets.md)