feat: drone.ci
This commit is contained in:
parent
a38ba51948
commit
bf30b19151
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: backset.cn admin & web 资源发布
|
||||
name: admin & web 资源发布
|
||||
|
||||
volumes:
|
||||
- name: node_modules
|
||||
|
@ -67,7 +67,7 @@ steps:
|
|||
---
|
||||
kind: pipeline
|
||||
type: exec
|
||||
name: backset.cn server 镜像生产&容器发布
|
||||
name: server 镜像生产&容器发布
|
||||
|
||||
steps:
|
||||
- name: deprecate container
|
||||
|
|
|
@ -9,7 +9,7 @@ export default (appInfo: MidwayAppInfo): MidwayConfig => {
|
|||
* 单数据库实例
|
||||
*/
|
||||
type: 'mysql',
|
||||
host: 'localhost',
|
||||
host: '172.31.0.15',
|
||||
port: 43306,
|
||||
username: 'backset',
|
||||
password: 'backset',
|
||||
|
@ -25,7 +25,7 @@ export default (appInfo: MidwayAppInfo): MidwayConfig => {
|
|||
},
|
||||
redis: {
|
||||
client: {
|
||||
host: 'localhost', // Redis host
|
||||
host: '172.31.0.15', // Redis host
|
||||
port: 46379, // Redis port
|
||||
password: 'cr654654.',
|
||||
db: 0,
|
||||
|
|
Loading…
Reference in New Issue
Block a user