ci: 修改名称错误
This commit is contained in:
@@ -54,7 +54,7 @@ steps:
|
||||
- name: build new image
|
||||
commands:
|
||||
- docker compose build --no-cache
|
||||
- name: clean old continaer
|
||||
- name: clean old container
|
||||
commands:
|
||||
- docker container inspect kami_boss &> /dev/null && docker container rm -f kami_boss
|
||||
- name: start new container
|
||||
|
||||
@@ -10,10 +10,10 @@ sessionon = true
|
||||
|
||||
[mysql]
|
||||
dbhost = localhost
|
||||
dbport = 33654
|
||||
dbport = 3306
|
||||
dbuser = root
|
||||
dbpasswd = 123456
|
||||
dbbase = kami
|
||||
dbbase = juhe_pay
|
||||
|
||||
[redis]
|
||||
host = localhost
|
||||
@@ -25,7 +25,7 @@ db = 10
|
||||
host = http://localhost:12309/
|
||||
|
||||
[portal]
|
||||
host = http://localhost:12400/
|
||||
host = http://localhost:5173
|
||||
|
||||
[testExtraLink]
|
||||
; 测试连接
|
||||
|
||||
Reference in New Issue
Block a user