aboutsummaryrefslogtreecommitdiffstats
path: root/.travis/install_key.sh
blob: f2df1ab7590310ccdd2c4c4a4f6a7e42b21d0419 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/bash
export SSH_TEST_PRIVATE_KEY=$PWD/.travis/deploy.pem

openssl aes-256-cbc \
    -K $encrypted_1477e58fe67a_key \
    -iv $encrypted_1477e58fe67a_iv \
    -in .travis/deploy.pem.enc \
    -out .travis/deploy.pem -d

chmod 600 .travis/deploy.pem