fix: change repo name in ci script (#47)
This commit is contained in:
parent
8136b2763a
commit
98ad68f6c0
|
@ -16,7 +16,7 @@ pipeline {
|
|||
}
|
||||
|
||||
environment {
|
||||
SITE_DOMAIN = 'examples.waku.org'
|
||||
SITE_DOMAIN = 'lab.waku.org'
|
||||
GIT_AUTHOR_NAME = 'status-im-auto'
|
||||
GIT_AUTHOR_EMAIL = 'auto@status.im'
|
||||
PUPPETEER_SKIP_DOWNLOAD = 'true'
|
||||
|
|
|
@ -12,7 +12,7 @@ const USE_HTTPS = Args[0] && Args[0].toUpperCase() === "HTTPS";
|
|||
|
||||
const branch = "gh-pages";
|
||||
const org = "waku-org";
|
||||
const repo = "waku-lab";
|
||||
const repo = "lab.waku.org";
|
||||
/* use SSH auth by default */
|
||||
let repoUrl = USE_HTTPS
|
||||
? `https://github.com/${org}/${repo}.git`
|
||||
|
|
Loading…
Reference in New Issue