Skip to content

Commit

Permalink
Merge pull request #430 from paulodamaso/java-8
Browse files Browse the repository at this point in the history
For #406: ssh confirmation
  • Loading branch information
paulodamaso authored Mar 15, 2020
2 parents e069228 + be809e5 commit dda827d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .rultor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ release:
mv ../id_rsa ../id_rsa.pub ~/.ssh
chmod -R 600 ~/.ssh/*
echo -e "Host *\n StrictHostKeyChecking no\n UserKnownHostsFile=/dev/null" > ~/.ssh/config
echo -e "Host *\n StrictHostKeyChecking no\n" > /etc/ssh/ssh_config
cat ~/.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
Expand Down

0 comments on commit dda827d

Please sign in to comment.