readme: add note about CI

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2020-03-11 17:53:08 +01:00
parent 6ac1dc819c
commit 8f2a7e771a
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 7 additions and 0 deletions

View File

@ -30,6 +30,13 @@ The results of the build process will be in `docgen/.vuepress/dist`.
- `yarn run cleardist` clears the generated static files - `yarn run cleardist` clears the generated static files
- `yarn run clearall` clears all the cached content - both MD files and static file - `yarn run clearall` clears all the cached content - both MD files and static file
## Deployment
Currently the site is built by Status Jenkins CI:
* `master` is deployed to https://libs.nimbus.team/ by [this CI job](https://ci.status.im/job/misc/job/libs.nimbus.team/)
* `develop` is deployed to https://dev-libs.nimbus.team/ by [this CI job](https://ci.status.im/job/misc/job/dev-libs.nimbus.team/)
## What's behind the build command ## What's behind the build command
When you run `vuepress build`, the builder: When you run `vuepress build`, the builder: