change deploy config
continuous-integration/drone/push Build is passing Details

master
ehlxr 2021-01-22 16:15:16 +08:00
parent 461db897b2
commit cef3da052c
1 changed files with 2 additions and 2 deletions

View File

@ -125,12 +125,12 @@
<!-- The commit message -->
<message>init git maven repository</message>
<!-- The location where the site is uploaded -->
<repositoryName>mvn-repository</repositoryName> <!-- github repo name -->
<repositoryName>maven-repository</repositoryName> <!-- github repo name -->
<repositoryOwner>ehlxr</repositoryOwner> <!-- organization or user name -->
<!-- Use merge or override the content -->
<merge>true</merge>
<outputDirectory>${project.build.directory}/mvn-repo</outputDirectory>
<branch>refs/heads/mvn-repo</branch>
<branch>refs/heads/main</branch>
<!--<includes>-->
<!-- <include>**/*</include>-->
<!--</includes>-->