Skip to content

Commit 8b20110

Browse files
feat: add package_and_push.yml & fix some bugs
1 parent f1146f2 commit 8b20110

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.github/workflows/package_and_push.yml

Whitespace-only changes.

installer/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ function start_sqlbot() {
263263
echo
264264
if [[ $INSTALL_TYPE != "upgrade" ]];then
265265
echo -e "======================= 安装完成 =======================\n" 2>&1 | tee -a ${CURRENT_DIR}/install.log
266-
echo -e "系统登录信息如下:\n\t访问地址: http://服务器IP:$SQLBOT_WEB_PORT\n\t用户名: admin\n\t初始密码: SQLBot@123456" 2>&1 | tee -a ${CURRENT_DIR}/install.log
266+
echo -e "系统登录信息如下:\n\t访问地址: http://服务器IP:$SQLBOT_WEB_PORT\n\t用户名: admin\n\t初始密码: $SQLBOT_DEFAULT_PWD" 2>&1 | tee -a ${CURRENT_DIR}/install.log
267267
else
268268
echo -e "======================= 升级完成 =======================\n" 2>&1 | tee -a ${CURRENT_DIR}/install.log
269269
fi

installer/sqlbot/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
sqlbot:
3-
image: registry.cn-qingdao.aliyuncs.com/dataease/sqlbot:v0.9.5
3+
image: registry.cn-qingdao.aliyuncs.com/dataease/sqlbot:SQLBOT_TAG
44
container_name: sqlbot
55
restart: always
66
networks:

0 commit comments

Comments
 (0)