Skip to content

Commit

Permalink
omg i was so wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
piranha committed Jul 4, 2015
1 parent be7f3df commit 1b389ea
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis/deploy.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#!/bin/bash

set -ev

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

GIT_SSH=".travis/deploy.sh" git push dokku@maia.solovyov.net:osgc master
GIT_SSH=".travis/git-ssh.sh" git push dokku@maia.solovyov.net:osgc master

0 comments on commit 1b389ea

Please sign in to comment.