From 8f2a7e771ac1ecdd2dd5172a220fa3f7f08d19cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Wed, 11 Mar 2020 17:53:08 +0100 Subject: [PATCH] readme: add note about CI MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub SokoĊ‚owski --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 678e2e8..d1c2899 100644 --- a/README.md +++ b/README.md @@ -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 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 When you run `vuepress build`, the builder: