File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ module.exports = {
5555 deploy : {
5656 githubHookPath : process . env . GITHUB_HOOK_PATH || '/secret' ,
5757 kpiBot : {
58- repodId : 104037504 ,
58+ repoId : 104037504 ,
5959 devCommand : `pm2 deploy ${ process . cwd ( ) } /ecosystem.config.js development --force` ,
6060 prodCommand : `pm2 deploy ${ process . cwd ( ) } /ecosystem.config.js development --force` ,
6161 } ,
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ module.exports = router => {
88 if ( process . env . NODE_ENV === 'development' ) {
99 router . post ( deploy . githubHookPath , async ctx => {
1010 const { ref, repository } = ctx . request . body
11- logger . info ( `on commit ${ repository . full_name } ` )
11+ logger . info ( `on commit ${ repository . full_name } ${ repository . id } ` )
1212 let stdout
1313 let stderr
1414 switch ( repository . id ) {
You can’t perform that action at this time.
0 commit comments