From fbad02ecf56e3aaa42d941d022483078cfda147e Mon Sep 17 00:00:00 2001 From: Fu Zi Xiang Date: Tue, 21 Nov 2023 16:21:34 +0800 Subject: [PATCH] docs: self host: use deploy nginx routed url --- doc/DEPLOYMENT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/DEPLOYMENT.md b/doc/DEPLOYMENT.md index de8095ae..781dc476 100644 --- a/doc/DEPLOYMENT.md +++ b/doc/DEPLOYMENT.md @@ -42,7 +42,7 @@ cd AppFlowy-Cloud ### 2. Preparing the configuration - This is perhaps the most important part of the deployment process, please read carefully. - It is required that that is a `.env` file in the root directory of the repository. -- To get started, copy the template `dev.env` as `.env` using the following shell commands: +- To get started, copy the template `deploy.env` as `.env` using the following shell commands: ```bash cp deploy.env .env ```