Update the gh-pages org
This commit is contained in:
parent
c9a7dd2354
commit
474500290a
|
@ -6,7 +6,7 @@ const ghpublish = promisify(publish)
|
||||||
process.on('unhandledRejection', err => { throw err })
|
process.on('unhandledRejection', err => { throw err })
|
||||||
|
|
||||||
const branch = 'gh-pages'
|
const branch = 'gh-pages'
|
||||||
const org = 'jinhojang6'
|
const org = 'status-im'
|
||||||
const repo = 'status-tutorials'
|
const repo = 'status-tutorials'
|
||||||
/* use SSH auth by default */
|
/* use SSH auth by default */
|
||||||
const repoUrl = `git@github.com:${org}/${repo}.git`
|
const repoUrl = `git@github.com:${org}/${repo}.git`
|
||||||
|
|
Loading…
Reference in New Issue