diff options
| author | Howard Butler <howard@hobu.co> | 2016-03-03 09:55:26 -0600 |
|---|---|---|
| committer | Howard Butler <howard@hobu.co> | 2016-03-03 09:55:26 -0600 |
| commit | 6ac1f5088c537173bc8d5c66d96570a1d13c0255 (patch) | |
| tree | 7845f93bb6afde433166a8def59f3bea1cabfc81 /travis/add_deploy_key.sh | |
| parent | a31d6084a4e3c33a648b884df43f1edcd5191deb (diff) | |
| download | PROJ-6ac1f5088c537173bc8d5c66d96570a1d13c0255.tar.gz PROJ-6ac1f5088c537173bc8d5c66d96570a1d13c0255.zip | |
Build and deploy proj4.org website with every commit to the
master branch. proj4.org uses the Sphinx documentation stack, and
it is located in the ./docs directory.
Diffstat (limited to 'travis/add_deploy_key.sh')
| -rwxr-xr-x | travis/add_deploy_key.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/travis/add_deploy_key.sh b/travis/add_deploy_key.sh new file mode 100755 index 00000000..6f451aed --- /dev/null +++ b/travis/add_deploy_key.sh @@ -0,0 +1,8 @@ +#!/bin/bash + +openssl aes-256-cbc -K $encrypted_38e0a668034a_key -iv $encrypted_38e0a668034a_iv -in travis/projdocs-private.key.enc -out travis/projdocs-private.key -d +cp travis/projdocs-private.key ~/.ssh/id_rsa +chmod 600 ~/.ssh/id_rsa +echo -e "Host *\n\tStrictHostKeyChecking no\n" > ~/.ssh/config + + |
