Skip to content

Commit

Permalink
safer deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Oct 10, 2017
1 parent 9af18a9 commit 9b45920
Show file tree
Hide file tree
Showing 6 changed files with 808 additions and 7 deletions.
4 changes: 1 addition & 3 deletions .rultor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,8 @@ release:
chmod -R 600 ~/.ssh/*
echo -e "Host *\n StrictHostKeyChecking no\n UserKnownHostsFile=/dev/null" > ~/.ssh/config
git add settings.xml
git commit -m 'settings.xml'
git fetch
git push -f heroku $(git symbolic-ref --short HEAD):master
git reset HEAD~1
git commit -m 'settings.xml' && git push -f heroku $(git symbolic-ref --short HEAD):master && git reset HEAD~1
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
commanders:
Expand Down
201 changes: 201 additions & 0 deletions ajcore.20171004.222050.043.txt

Large diffs are not rendered by default.

201 changes: 201 additions & 0 deletions ajcore.20171004.222051.236.txt

Large diffs are not rendered by default.

201 changes: 201 additions & 0 deletions ajcore.20171004.225439.340.txt

Large diffs are not rendered by default.

201 changes: 201 additions & 0 deletions ajcore.20171004.225440.810.txt

Large diffs are not rendered by default.

7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>com.jcabi</groupId>
<artifactId>parent</artifactId>
<version>0.48.6</version>
<version>0.49.2</version>
</parent>
<groupId>io.jare</groupId>
<artifactId>jare</artifactId>
Expand Down Expand Up @@ -284,7 +284,7 @@
<plugin>
<groupId>nl.geodienstencentrum.maven</groupId>
<artifactId>sass-maven-plugin</artifactId>
<version>2.5</version>
<version>2.25</version>
<executions>
<execution>
<id>generate-css</id>
Expand Down Expand Up @@ -525,9 +525,8 @@
<plugin>
<groupId>com.qulice</groupId>
<artifactId>qulice-maven-plugin</artifactId>
<version>0.16.2</version>
<configuration>
<excludes>
<excludes combine.children="append">
<exclude>checkstyle:/src/main/resources/images/.*</exclude>
<exclude>findbugs:.*</exclude>
</excludes>
Expand Down

0 comments on commit 9b45920

Please sign in to comment.