Files
redkale/my/gitrun.sh
Redkale 630f18792a
2022-07-07 09:22:31 +08:00

19 lines
230 B
Bash

#!/bin/sh
export LC_ALL="zh_CN.UTF-8"
rm -fr redkale
rm -fr src
rm -fr bin
rm -fr conf
git clone https://github.com/redkale/redkale.git
cp -fr redkale/src ./
cp -fr redkale/bin ./
cp -fr redkale/conf ./
mvn clean
mvn deploy