docs: self host: use deploy nginx routed url

This commit is contained in:
Fu Zi Xiang 2023-11-21 16:21:34 +08:00
parent 6b4ec528e2
commit fbad02ecf5
No known key found for this signature in database
GPG Key ID: 7AE0884D237CEE16
1 changed files with 1 additions and 1 deletions

View File

@ -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
```