mirror of
https://github.com/logos-messaging/lab.waku.org.git
synced 2026-01-07 16:23:11 +00:00
ci: update docs, drop unused variable from Jenkinsfile
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
7044d8d977
commit
1030455f9b
1
ci/Jenkinsfile
vendored
1
ci/Jenkinsfile
vendored
@ -19,7 +19,6 @@ pipeline {
|
|||||||
SITE_DOMAIN = 'examples.waku.org'
|
SITE_DOMAIN = 'examples.waku.org'
|
||||||
GIT_AUTHOR_NAME = 'status-im-auto'
|
GIT_AUTHOR_NAME = 'status-im-auto'
|
||||||
GIT_AUTHOR_EMAIL = 'auto@status.im'
|
GIT_AUTHOR_EMAIL = 'auto@status.im'
|
||||||
GIT_SSH_COMMAND = 'ssh -o StrictHostKeyChecking=no'
|
|
||||||
PUPPETEER_SKIP_DOWNLOAD = 'true'
|
PUPPETEER_SKIP_DOWNLOAD = 'true'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -1,11 +1,12 @@
|
|||||||
# Description
|
# Description
|
||||||
|
|
||||||
Configuration of CI builds executed under a Jenkins instance at https://ci.status.im/.
|
Configuration of CI builds executed under a Jenkins instance at https://ci.infra.status.im/.
|
||||||
|
|
||||||
# Website
|
# Website
|
||||||
|
|
||||||
The `Jenkinsfile.gh-pages` file builds the documentation site with this job:
|
The `Jenkinsfile` file builds and pushes the site with this job:
|
||||||
https://ci.infra.status.im/job/website/job/lab.waku.org/
|
|
||||||
|
* https://ci.infra.status.im/job/website/job/lab.waku.org/
|
||||||
|
|
||||||
And deploys it via `gh-pages` branch and [GitHub Pages](https://pages.github.com/) to:
|
And deploys it via `gh-pages` branch and [GitHub Pages](https://pages.github.com/) to:
|
||||||
https://lab.waku.org/
|
https://lab.waku.org/
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user