Skip to content

Commit

Permalink
my hands are not as straight as they should be
Browse files Browse the repository at this point in the history
  • Loading branch information
piranha committed Jun 22, 2015
1 parent 08e037a commit 9316c20
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .travis/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

set -ev

if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then
openssl aes-256-cbc -K $encrypted_61da1a775a65_key -iv $encrypted_61da1a775a65_iv -in .travis/deploy_key.enc -out .travis/deploy_key -d
chmod 600 .travis/deploy_key
eval $(ssh-agent -s)
ssh-add .travis/deploy_key
git remote add maia dokku@maia.solovyov.net:osgc
git push deploy
fi
test "${TRAVIS_PULL_REQUEST}" = "false" || exit 0

openssl aes-256-cbc -K $encrypted_61da1a775a65_key -iv $encrypted_61da1a775a65_iv -in .travis/deploy_key.enc -out .travis/deploy_key -d
chmod 600 .travis/deploy_key
eval $(ssh-agent -s)
ssh-add .travis/deploy_key
git remote add maia dokku@maia.solovyov.net:osgc
git push maia master

0 comments on commit 9316c20

Please sign in to comment.