Compare commits
No commits in common. "4d5cb21c173f0232924b35cf8846d704c2ad0c22" and "9edeeb7eda00f29f86f21fb46cf0f55db669be81" have entirely different histories.
4d5cb21c17
...
9edeeb7eda
86
.drone.yml
86
.drone.yml
@ -35,10 +35,10 @@ steps: # 定义流水线执行步骤,这些步骤将顺序执行
|
|||||||
# - cp ./yudao-module-system/yudao-module-system-biz/Dockerfile /app/build/yudao-module-system
|
# - cp ./yudao-module-system/yudao-module-system-biz/Dockerfile /app/build/yudao-module-system
|
||||||
# - cp ./yudao-module-system/yudao-module-system-biz/run.sh /app/build/yudao-module-system
|
# - cp ./yudao-module-system/yudao-module-system-biz/run.sh /app/build/yudao-module-system
|
||||||
#
|
#
|
||||||
# - mkdir -p /app/build/yudao-module-infra/target
|
- mkdir -p /app/build/yudao-module-infra/target
|
||||||
# - cp ./yudao-module-infra/yudao-module-infra-biz/target/yudao-module-infra-biz.jar /app/build/yudao-module-infra/target
|
- cp ./yudao-module-infra/yudao-module-infra-biz/target/yudao-module-infra-biz.jar /app/build/yudao-module-infra/target
|
||||||
# - cp ./yudao-module-infra/yudao-module-infra-biz/Dockerfile /app/build/yudao-module-infra
|
- cp ./yudao-module-infra/yudao-module-infra-biz/Dockerfile /app/build/yudao-module-infra
|
||||||
# - cp ./yudao-module-infra/yudao-module-infra-biz/run.sh /app/build/yudao-module-infra
|
- cp ./yudao-module-infra/yudao-module-infra-biz/run.sh /app/build/yudao-module-infra
|
||||||
#
|
#
|
||||||
# - mkdir -p /app/build/ludu-job-admin/target
|
# - mkdir -p /app/build/ludu-job-admin/target
|
||||||
# - cp ./ludu-job-admin/ludu-job-admin-biz/target/ludu-job-admin-biz.jar /app/build/ludu-job-admin/target
|
# - cp ./ludu-job-admin/ludu-job-admin-biz/target/ludu-job-admin-biz.jar /app/build/ludu-job-admin/target
|
||||||
@ -55,10 +55,10 @@ steps: # 定义流水线执行步骤,这些步骤将顺序执行
|
|||||||
# - cp ./ludu-module-parking/ludu-module-parking-biz/Dockerfile /app/build/ludu-module-parking
|
# - cp ./ludu-module-parking/ludu-module-parking-biz/Dockerfile /app/build/ludu-module-parking
|
||||||
# - cp ./ludu-module-parking/ludu-module-parking-biz/run.sh /app/build/ludu-module-parking
|
# - cp ./ludu-module-parking/ludu-module-parking-biz/run.sh /app/build/ludu-module-parking
|
||||||
|
|
||||||
- mkdir -p /app/build/ludu-module-datacenter/target
|
# - mkdir -p /app/build/ludu-module-datacenter/target
|
||||||
- cp ./ludu-module-datacenter/ludu-module-datacenter-biz/target/ludu-module-datacenter-biz.jar /app/build/ludu-module-datacenter/target
|
# - cp ./ludu-module-datacenter/ludu-module-datacenter-biz/target/ludu-module-datacenter-biz.jar /app/build/ludu-module-datacenter/target
|
||||||
- cp ./ludu-module-datacenter/ludu-module-datacenter-biz/Dockerfile /app/build/ludu-module-datacenter
|
# - cp ./ludu-module-datacenter/ludu-module-datacenter-biz/Dockerfile /app/build/ludu-module-datacenter
|
||||||
- cp ./ludu-module-datacenter/ludu-module-datacenter-biz/run.sh /app/build/ludu-module-datacenter
|
# - cp ./ludu-module-datacenter/ludu-module-datacenter-biz/run.sh /app/build/ludu-module-datacenter
|
||||||
|
|
||||||
- name: copy-to-object # 构建基础模块和复制票务停车场到轮渡服务器
|
- name: copy-to-object # 构建基础模块和复制票务停车场到轮渡服务器
|
||||||
|
|
||||||
@ -92,55 +92,55 @@ steps: # 定义流水线执行步骤,这些步骤将顺序执行
|
|||||||
# - echo "ticketing done"
|
# - echo "ticketing done"
|
||||||
# - scp -r /ludu/maven/build/ludu-module-parking root@121.36.203.133:/ludu/maven/build
|
# - scp -r /ludu/maven/build/ludu-module-parking root@121.36.203.133:/ludu/maven/build
|
||||||
# - echo "parking done"
|
# - echo "parking done"
|
||||||
# - scp -r /ludu/maven/build/yudao-module-infra root@121.36.203.133:/ludu/maven/build
|
- scp -r /ludu/maven/build/yudao-module-infra root@121.36.203.133:/ludu/maven/build
|
||||||
# - echo "infra done"
|
- echo "infra done"
|
||||||
# - scp -r /ludu/maven/build/ludu-job-admin root@121.36.203.133:/ludu/maven/build
|
# - scp -r /ludu/maven/build/ludu-job-admin root@121.36.203.133:/ludu/maven/build
|
||||||
# - echo "job done"
|
# - echo "job done"
|
||||||
- scp -r /ludu/maven/build/ludu-module-datacenter root@120.46.37.243:/ludu/maven/build
|
# - scp -r /ludu/maven/build/ludu-module-datacenter root@120.46.37.243:/ludu/maven/build
|
||||||
- echo "datacenter done"
|
# - echo "datacenter done"
|
||||||
|
|
||||||
- name: build-other-service
|
# - name: build-other-service
|
||||||
|
|
||||||
image: appleboy/drone-ssh # SSH工具镜像
|
|
||||||
|
|
||||||
settings:
|
|
||||||
|
|
||||||
host: 120.46.37.243 # 远程连接地址
|
|
||||||
|
|
||||||
username: root # 远程连接账号
|
|
||||||
|
|
||||||
password:
|
|
||||||
|
|
||||||
from_secret: ssh_password2 # 从Secret中读取SSH密码
|
|
||||||
|
|
||||||
port: 22 # 远程连接端口
|
|
||||||
|
|
||||||
command_timeout: 5m # 远程执行命令超时时间
|
|
||||||
|
|
||||||
script:
|
|
||||||
|
|
||||||
- cd /ludu/maven/build/ludu-module-datacenter/
|
|
||||||
- chmod +x ./run.sh # 更改为可执行脚本
|
|
||||||
- ./run.sh || echo "ludu-module-datacenter build failed" # 运行脚本打包应用镜像并运行
|
|
||||||
# - name: object-build
|
|
||||||
#
|
#
|
||||||
# image: appleboy/drone-ssh # SSH工具镜像
|
# image: appleboy/drone-ssh # SSH工具镜像
|
||||||
#
|
#
|
||||||
# settings:
|
# settings:
|
||||||
#
|
#
|
||||||
# host: 121.36.203.133 # 远程连接地址
|
# host: 120.46.37.243 # 远程连接地址
|
||||||
#
|
#
|
||||||
# username: root # 远程连接账号
|
# username: root # 远程连接账号
|
||||||
#
|
#
|
||||||
# password:
|
# password:
|
||||||
#
|
#
|
||||||
# from_secret: ssh_password3 # 从Secret中读取SSH密码
|
# from_secret: ssh_password2 # 从Secret中读取SSH密码
|
||||||
#
|
#
|
||||||
# port: 22 # 远程连接端口
|
# port: 22 # 远程连接端口
|
||||||
#
|
#
|
||||||
# command_timeout: 20m # 远程执行命令超时时间
|
# command_timeout: 5m # 远程执行命令超时时间
|
||||||
#
|
#
|
||||||
# script:
|
# script:
|
||||||
|
#
|
||||||
|
# - cd /ludu/maven/build/ludu-module-datacenter/
|
||||||
|
# - chmod +x ./run.sh # 更改为可执行脚本
|
||||||
|
# - ./run.sh || echo "ludu-module-datacenter build failed" # 运行脚本打包应用镜像并运行
|
||||||
|
- name: object-build
|
||||||
|
|
||||||
|
image: appleboy/drone-ssh # SSH工具镜像
|
||||||
|
|
||||||
|
settings:
|
||||||
|
|
||||||
|
host: 121.36.203.133 # 远程连接地址
|
||||||
|
|
||||||
|
username: root # 远程连接账号
|
||||||
|
|
||||||
|
password:
|
||||||
|
|
||||||
|
from_secret: ssh_password3 # 从Secret中读取SSH密码
|
||||||
|
|
||||||
|
port: 22 # 远程连接端口
|
||||||
|
|
||||||
|
command_timeout: 20m # 远程执行命令超时时间
|
||||||
|
|
||||||
|
script:
|
||||||
# - cd /ludu/maven
|
# - cd /ludu/maven
|
||||||
# - rm -rf ./build
|
# - rm -rf ./build
|
||||||
# - tar -xf ludu-build.tar -C ./
|
# - tar -xf ludu-build.tar -C ./
|
||||||
@ -161,10 +161,10 @@ steps: # 定义流水线执行步骤,这些步骤将顺序执行
|
|||||||
# - chmod +x ./run.sh # 更改为可执行脚本
|
# - chmod +x ./run.sh # 更改为可执行脚本
|
||||||
# - ./run.sh || echo "ludu-module-parking build failed" # 运行脚本打包应用镜像并运行
|
# - ./run.sh || echo "ludu-module-parking build failed" # 运行脚本打包应用镜像并运行
|
||||||
#
|
#
|
||||||
# - cd /ludu/maven/build/yudao-module-infra/
|
- cd /ludu/maven/build/yudao-module-infra/
|
||||||
# - chmod +x ./run.sh # 更改为可执行脚本
|
- chmod +x ./run.sh # 更改为可执行脚本
|
||||||
# - ./run.sh || echo "yudao-module-infra build failed" # 运行脚本打包应用镜像并运行
|
- ./run.sh || echo "yudao-module-infra build failed" # 运行脚本打包应用镜像并运行
|
||||||
#
|
|
||||||
# - cd /ludu/maven/build/ludu-job-admin/
|
# - cd /ludu/maven/build/ludu-job-admin/
|
||||||
# - chmod +x ./run.sh # 更改为可执行脚本
|
# - chmod +x ./run.sh # 更改为可执行脚本
|
||||||
# - ./run.sh || echo "ludu-job-admin build failed" # 运行脚本打包应用镜像并运行
|
# - ./run.sh || echo "ludu-job-admin build failed" # 运行脚本打包应用镜像并运行
|
||||||
|
@ -23,7 +23,7 @@ $(function(){
|
|||||||
title: I18n.system_tips,
|
title: I18n.system_tips,
|
||||||
content: ('已退出登录!' || I18n.logout_success)
|
content: ('已退出登录!' || I18n.logout_success)
|
||||||
});*/
|
});*/
|
||||||
window.location.href = "https://mt.ptzykjgs.com/admin/logout"
|
window.location.href = "http://127.0.0.1:80/logout"
|
||||||
/*$.post(base_url + "/logout", function(data, status) {
|
/*$.post(base_url + "/logout", function(data, status) {
|
||||||
if (data.code == "200") {
|
if (data.code == "200") {
|
||||||
layer.msg( I18n.logout_success );
|
layer.msg( I18n.logout_success );
|
||||||
|
Loading…
Reference in New Issue
Block a user