Skip to content

Commit 310ecea

Browse files
committed
stage
1 parent e1951fb commit 310ecea

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

srv/github-stage.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ var Seneca = require('seneca')
66
Seneca({tag: 'github'})
77
.listen(PORT)
88

9+
.use('redis-transport')
910
.use('entity')
1011
.use('jsonfile-store', {folder: __dirname+'/../data'})
1112

@@ -49,7 +50,9 @@ Seneca({tag: 'github'})
4950
})
5051
})
5152

52-
.client({pin:'role:info', host:'info', port:PORT})
53+
.listen({pin:'role:info,need:part', type:'redis', host:'redis'})
54+
.client({pin:'role:info,collect:part', type:'redis', host:'redis'})
55+
5356
.client({pin:'role:npm', host:'npm', port:PORT})
5457

5558

0 commit comments

Comments
 (0)