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.