readme: add note about CI
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
6ac1dc819c
commit
8f2a7e771a
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue