From 9b51109cae23cd3bf823ee93288a4b45e4a87683 Mon Sep 17 00:00:00 2001 From: Khue Doan Date: Fri, 11 Feb 2022 21:41:54 +0700 Subject: [PATCH] docs: add recommended setup for each environment --- docs/src/deployment/configuration.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/src/deployment/configuration.md b/docs/src/deployment/configuration.md index 989359b6..ef7b666e 100644 --- a/docs/src/deployment/configuration.md +++ b/docs/src/deployment/configuration.md @@ -7,11 +7,11 @@ it's the source of truth for my homelab, so you'll need to folk it to make it yo ## Choose the environment -| Environment | Branch | -| ----------- | ------ | -| Production | `master` | -| Staging | `stag` | -| Development | `dev` | +| Environment | Branch | Recommended setup | +| ----------- | -------- | ----------------------------- | +| Production | `master` | Real hardware | +| Staging | `stag` | Multiple VM with network boot | +| Development | `dev` | A single Vagrant VM | For example, if you're trying out the dev VM, use the development environment: