Skip to content

Commit

Permalink
change lines
Browse files Browse the repository at this point in the history
  • Loading branch information
zvercodebender committed Feb 7, 2020
1 parent 62b3e42 commit d14c99a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions deploy.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
openssl aes-256-cbc -K $encrypted_e5bd312d25bf_key -iv $encrypted_e5bd312d25bf_iv
-in deploy_key.enc -out /tmp/deploy_key -d
openssl aes-256-cbc -K $encrypted_e5bd312d25bf_key -iv $encrypted_e5bd312d25bf_iv -in deploy_key.enc -out /tmp/deploy_key -d
eval "$(ssh-agent -s)"
echo -e "Host $DIST_HOST\n\tStrictHostKeyChecking no\n" >> ~/.ssh/config
chmod 600 /tmp/deploy_key
Expand Down

0 comments on commit d14c99a

Please sign in to comment.