publish 0.4.0

This commit is contained in:
曾文豪
2023-02-09 14:39:27 +08:00
parent 8854225934
commit f0493cea77
12 changed files with 35 additions and 30 deletions

View File

@@ -9,11 +9,5 @@ deploy-jar:
rules:
- if: $CI_COMMIT_TAG
script:
- mvn clean deploy -Dmaven.test.skip -DaltDeploymentRepository=master::default::file:/usr/local/nginx/html/kepai-repo
- cd /usr/local/nginx/html/kepai-repo
- git checkout master
- git pull
- git add .
- git commit -m "deploy $CI_PROJECT_NAME $CI_COMMIT_TAG"
- git push origin master
- mvn clean deploy