feat: drone.ci

This commit is contained in:
mozzie 2023-03-20 11:29:37 +08:00
parent a38ba51948
commit bf30b19151
2 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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,