Skip to content

Commit

Permalink
#557 config
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Oct 17, 2019
1 parent e4938af commit 6264795
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .rultor.yml
Expand Up @@ -55,7 +55,7 @@ release:
git commit -am "${tag}"
mv ../settings.xml settings.xml
mvn clean install -Ptomcat-test -Pqulice --errors
git remote add heroku git@heroku.com:thindeck.git
git remote add dokku dokku@beta.thindeck.com:thindeck
mkdir ~/.ssh
mv ../id_rsa ../id_rsa.pub ~/.ssh
chmod -R 600 ~/.ssh/*
Expand All @@ -68,7 +68,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
curl -f --connect-timeout 15 --retry 5 --retry-delay 30 http://thindeck.herokuapp.com
mvn clean site-deploy -Psite --settings settings.xml || echo 'failed to deploy site'
curl -f --connect-timeout 15 --retry 5 --retry-delay 30 http://beta.thindeck.com
mvn clean site-deploy -Psite --settings settings.xml || echo 'failed to deploy site'
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -10,6 +10,7 @@
[![Coverage Status](https://coveralls.io/repos/yegor256/thindeck/badge.svg?branch=__rultor&service=github)](https://coveralls.io/github/yegor256/thindeck?branch=__rultor)
[![Maintainability](https://api.codeclimate.com/v1/badges/830426c130d256aca6e7/maintainability)](https://codeclimate.com/github/yegor256/thindeck/maintainability)
[![Hits-of-Code](https://hitsofcode.com/github/yegor256/thindeck)](https://hitsofcode.com/view/github/yegor256/thindeck)
[![License](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/yegor256/thindeck/blob/master/LICENSE.txt)

[![Availability at SixNines](https://www.sixnines.io/b/d55e)](https://www.sixnines.io/h/d55e)

Expand Down

0 comments on commit 6264795

Please sign in to comment.