From cfbc3a3438beb8c6109de14e7757d7529a3b202f Mon Sep 17 00:00:00 2001 From: decentral1se Date: Thu, 2 Jan 2025 11:22:59 +0100 Subject: [PATCH] fix: wording --- docs/operators/handbook.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/operators/handbook.md b/docs/operators/handbook.md index 44660a4..393866b 100644 --- a/docs/operators/handbook.md +++ b/docs/operators/handbook.md @@ -563,7 +563,7 @@ The app must be deployed already to proceed. * a specific upgrade (`abra app upgrade 1.7.1+1.27.2`) * force re-upgrade (same version, `abra app upgrade --force`) -In both cases, the app `.env` version is **ignored** because the "source of +In all cases, the app `.env` version is **ignored** because the "source of truth" for the app deployment is the live deployment of the app. The app `.env` will be shown however in the deployment overview. @@ -575,6 +575,6 @@ The app must be deployed already to proceed. * a specific downgrade (`abra app rollback 1.7.1+1.27.2`) * force re-downgrade (same version, `abra app rollback --force`) -In both cases, the app `.env` version is **ignored** because the "source of +In all cases, the app `.env` version is **ignored** because the "source of truth" for the app deployment is the live deployment of the app. The app `.env` will be shown however in the deployment overview.