update docker config
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
parent
0121cb24e0
commit
29bc1a4e6c
@ -1,24 +0,0 @@
|
|||||||
[distribute] #发布功能的配置
|
|
||||||
ip = 10.10.14.211
|
|
||||||
port = 22
|
|
||||||
user = root
|
|
||||||
pwd = dsideal
|
|
||||||
remotePath = /usr/local/dsMin/dsBigData/
|
|
||||||
localPath = E:/Work/dsMin/dsBigData
|
|
||||||
|
|
||||||
[redis]
|
|
||||||
ip = 127.0.0.1
|
|
||||||
port = 18890
|
|
||||||
db = 0
|
|
||||||
expireTime = 86400
|
|
||||||
|
|
||||||
#gin服务器的端口
|
|
||||||
[server]
|
|
||||||
port = 8004
|
|
||||||
|
|
||||||
# 本项目名称,用于记录日志
|
|
||||||
[project]
|
|
||||||
project_name = dsBigData
|
|
||||||
|
|
||||||
[elasticsearch]
|
|
||||||
url = http://10.10.14.212:9200
|
|
@ -1,7 +0,0 @@
|
|||||||
.ico
|
|
||||||
.html
|
|
||||||
.css
|
|
||||||
.jpg
|
|
||||||
.jpeg
|
|
||||||
.png
|
|
||||||
/base/sso/CheckSsoCode
|
|
@ -1,12 +0,0 @@
|
|||||||
_ ____ _ _____ _
|
|
||||||
| | | _ \(_) | __ \ | |
|
|
||||||
__| |___| |_) |_ __ _| | | | __ _| |_ __ _
|
|
||||||
/ _` / __| _ <| |/ _` | | | |/ _` | __/ _` |
|
|
||||||
| (_| \__ \ |_) | | (_| | |__| | (_| | || (_| |
|
|
||||||
\__,_|___/____/|_|\__, |_____/ \__,_|\__\__,_|
|
|
||||||
__/ |
|
|
||||||
|___/
|
|
||||||
Created By HuangHai 2020-01-20
|
|
||||||
http://patorjk.com/software/taag/#p=display&f=Big&t=dsBigData
|
|
||||||
|
|
||||||
|
|
@ -1,10 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
|
|
||||||
# 杀掉进程
|
|
||||||
kill -9 `pgrep -f dsBigData` 2>/dev/null
|
|
||||||
sleep 3
|
|
||||||
|
|
||||||
cd /usr/local/dsMin/dsBigData
|
|
||||||
chmod +x dsBigData
|
|
||||||
# 运行为后台进程
|
|
||||||
/usr/local/dsMin/dsBigData/dsBigData
|
|
Binary file not shown.
@ -1,10 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
|
|
||||||
|
|
||||||
# 杀掉进程
|
|
||||||
kill -9 `pgrep -f dsBigData` 2>/dev/null
|
|
||||||
sleep 3
|
|
||||||
|
|
||||||
chmod +x dsBigData
|
|
||||||
# 运行为后台进程
|
|
||||||
nohup /usr/local/dsMin/dsBigData/dsBigData >> /usr/local/dsMin/dsBigData/dsBigData.log 2>&1 &
|
|
@ -1,4 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
|
|
||||||
# kill 命令不使用 -9 参数时,会回调 onStop() 方法,确定不需要此回调建议使用 -9 参数
|
|
||||||
kill -9 `pgrep -f dsBigData` 2>/dev/null
|
|
Loading…
Reference in new issue