Skip to content

Commit

Permalink
#50 del settings
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Aug 13, 2022
1 parent fb64b2d commit ecca254
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .rultor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@ release:
echo -e "Host *\n StrictHostKeyChecking no\n UserKnownHostsFile=/dev/null" > ~/.ssh/config
git add settings.xml
git fetch
git commit -m 'settings.xml' && git push -f dokku $(git symbolic-ref --short HEAD):master && git reset HEAD~1
git commit -m 'settings.xml'
git push -f dokku $(git symbolic-ref --short HEAD):master
git reset HEAD~1
rm -rf settings.xml
curl -f --connect-timeout 15 --retry 5 --retry-delay 30 http://www.jare.io > /dev/null
# mvn clean site-deploy -Psite --batch-mode --settings ../settings.xml
merge:
Expand Down

0 comments on commit ecca254

Please sign in to comment.