Skip to content

Commit

Permalink
Adds the key needed for publishing the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dkliban committed Feb 28, 2019
1 parent da1f7a8 commit 0c9ec8c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis/publish_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
pulp-manager runserver >> ~/django_runserver.log 2>&1 &
sleep 5

openssl aes-256-cbc -K $encrypted_5fa326b9da76_key -iv $encrypted_5fa326b9da76_iv -in .travis/pulp-infra.enc -out ~/.ssh/pulp-infra -d
openssl aes-256-cbc -K $encrypted_d1a778bda808_key -iv $encrypted_d1a778bda808_iv -in .travis/pulp-infra.enc -out ~/.ssh/pulp-infra -d
sudo chmod 600 ~/.ssh/pulp-infra

echo "docs.pulpproject.org,8.43.85.236 ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBGXG+8vjSQvnAkq33i0XWgpSrbco3rRqNZr0SfVeiqFI7RN/VznwXMioDDhc+hQtgVhd6TYBOrV07IMcKj+FAzg=" >> /home/travis/.ssh/known_hosts
Expand Down
Binary file modified .travis/pulp-infra.enc
Binary file not shown.

0 comments on commit 0c9ec8c

Please sign in to comment.