Skip to content

Commit

Permalink
#1664 safer deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Mar 27, 2023
1 parent 864b475 commit 76c2521
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .rultor.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
docker:
image: yegor256/rultor-image:1.13.0
image: yegor256/rultor-image:1.18.0
readers:
- "urn:github:526301"
assets:
Expand Down Expand Up @@ -38,4 +38,4 @@ release:
git reset HEAD~1
rm -rf settings.xml
curl --insecure -f --connect-timeout 30 --retry 8 --retry-delay 60 https://www.rultor.com
mvn clean site-deploy -Prultor -Psite --errors --settings ../settings.xml --batch-mode
mvn clean site-deploy -Prultor -Psite --errors --settings ../settings.xml --batch-mode || echo 'Failed to deploy site'

0 comments on commit 76c2521

Please sign in to comment.