Files
my-worker/root/bin/deploy.sh

18 lines
337 B
Bash
Raw Normal View History

2020-09-25 14:30:14 +08:00
#!/bin/sh
# /**
# * Copyright (c) 2013-Now http://jeesite.com All rights reserved.
# * No deletion without permission, or be held responsible to law.
2020-09-25 14:30:14 +08:00
# *
# * Author: ThinkGem@163.com
# */
echo ""
2023-07-07 17:32:31 +08:00
echo "[信息] 部署工程到Maven服务器。"
echo ""
mvn -v
2020-09-25 14:30:14 +08:00
echo ""
cd ..
mvn clean deploy -Dmaven.test.skip=true -Pdeploy
cd bin