readme: update to clarify this is not a static page

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2023-12-06 15:56:54 +01:00
parent 39811759f7
commit e3be710a81
No known key found for this signature in database
GPG Key ID: FE65CD384D5BF7B4
1 changed files with 7 additions and 7 deletions

View File

@ -34,17 +34,17 @@ $ yarn dev
4. Visit `http://localhost:3000` in your browser
## How to Run a Static Build (Production Build)
## How to Run a Build (Production Build)
1. Generate static files for production:
1. Generate files for production:
```bash
$ yarn build
```
The static files will be created in the `build` directory.
The files will be created in the `build` directory.
2. Serve the static build:
2. Serve the build:
```bash
$ yarn start
@ -52,12 +52,12 @@ $ yarn start
4. Visit `http://localhost:3000` in your browser.
Keep in mind this webpage rebuilds itself at runtime.
## CI/CD
- The `master` branch is automatically deployed to the production server (e.g., logos.co) through [CI](https://ci.infra.status.im)
- The `develop` branch is automatically deployed to the staging server (e.g., dev.logos.co) through [CI](https://ci.infra.status.im)
- The `master` branch is automatically deployed to the production server through [CI](https://ci.infra.status.im/job/website/job/free.technology/)
- The `develop` branch is automatically deployed to the staging server through [CI](https://ci.infra.status.im/job/website/job/dev.free.technology/)
## Change Process