Skip to content

Commit 7047bd2

Browse files
committedOct 2, 2021
#1097 deploy site
1 parent 97a35d2 commit 7047bd2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed
 

‎.rultor.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,5 @@ release:
1515
script: |-
1616
mvn versions:set "-DnewVersion=${tag}"
1717
git commit -am "${tag}"
18-
mvn clean deploy -Pqulice-profile -Psonatype --errors --settings ../settings.xml
19-
# mvn clean deploy -Pqulice-profile -Pqulice -Psonatype --errors --settings ../settings.xml
20-
# mvn clean site-deploy -Pgh-pages -Pqulice-profile -Psite --errors --settings ../settings.xml
18+
mvn clean deploy -Pqulice-profile -Pqulice -Psonatype --errors --settings ../settings.xml
19+
mvn clean site-deploy -Pgh-pages -Pqulice-profile -Psite --errors --settings ../settings.xml

0 commit comments

Comments
 (0)
Please sign in to comment.