Skip to content

Commit

Permalink
dokku
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Feb 6, 2024
1 parent f700e3c commit 49e2634
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
Expand Up @@ -25,7 +25,7 @@ release:
git commit -am "${tag}"
cp ../settings.xml settings.xml
mvn clean package -Pqulice -Prultor --errors --batch-mode --quiet
git remote add heroku https://git.heroku.com/rultor.git
git remote add dokku dokku@dokku.rultor.com:rultor
mv ../heroku-netrc ~/.netrc
build=$(git rev-parse --short HEAD)
sed -i "s/BUILD/${build}/g" src/main/resources/META-INF/MANIFEST.MF
Expand All @@ -34,7 +34,7 @@ release:
git commit -m 'build number set'
git add settings.xml
git commit -m 'settings.xml'
git push -f heroku $(git symbolic-ref --short HEAD):master
git push -f dokku $(git symbolic-ref --short HEAD):master
git reset HEAD~1
rm -rf settings.xml
curl --insecure -f --connect-timeout 30 --retry 8 --retry-delay 60 https://www.rultor.com
Expand Down

0 comments on commit 49e2634

Please sign in to comment.