Skip to content

Commit

Permalink
#406 chmod
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Mar 15, 2020
1 parent 88034a1 commit cb76ede
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .rultor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ release:
mkdir ~/.ssh
chmod 700 ~/.ssh
mv ../id_rsa ../id_rsa.pub ~/.ssh
chmod -R 600 ~/.ssh/*
echo -e "Host *\n StrictHostKeyChecking no\n UserKnownHostsFile=/dev/null" > ~/.ssh/config
chmod -R 600 ~/.ssh/*
git remote add dokku dokku@dokku.jpeek.org:jpeek
git add settings.xml
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 cb76ede

Please # to comment.