Skip to content
Snippets Groups Projects
Commit 18fc3d30 authored by Mikhail Glushenkov's avatar Mikhail Glushenkov
Browse files

travis-deploy.sh: Also copy the public key.

parent 231a3313
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,7 @@ setup() {
-iv $encrypted_edaf6551664d_iv \
-in id_ed25519_cabal_website.aes256.enc -out id_ed25519 -d
mv id_ed25519 ~/.ssh/id_ed25519
mv id_ed25519_cabal_website.pub ~/.ssh/id_ed25519.pub
chmod 400 ~/.ssh/id_ed25519
cd -
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment