Skip to content

Commit

Permalink
#536 settings live
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Nov 14, 2023
1 parent df106f7 commit 9c8ed66
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .rultor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ docker:
image: yegor256/rultor-image:1.21.0
assets:
settings.xml: yegor256/cqfn-secrets#jpeek-settings.xml
settings-heroku.xml: yegor256/cqfn-secrets#jpeek-settings-heroku.xml
pubring.gpg: yegor256/cqfn-secrets#pubring.gpg
secring.gpg: yegor256/cqfn-secrets#secring.gpg
id_rsa: yegor256/cqfn-secrets#dokku-id_rsa
Expand All @@ -25,7 +26,7 @@ release:
mvn versions:set "-DnewVersion=${tag}"
git commit -am "${tag}"
mvn clean deploy -Pjpeek -Psonar -Pqulice -Psonatype --errors --settings ../settings.xml
cp ../settings.xml settings.xml
cp ../settings-heroku.xml settings.xml
mvn clean package -Pqulice --errors --batch-mode
rm -rf ~/.ssh
mkdir ~/.ssh
Expand Down

0 comments on commit 9c8ed66

Please sign in to comment.