Skip to content

Commit ff83754

Browse files
authored
Merge pull request #65 from tectonic-typesetting/pr-travis-deploy-key
dist/deploy_key.enc: Add an encrypted SSH key for deployment via Travis
2 parents b1bf328 + f000132 commit ff83754

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ matrix:
2020
- rust: nightly
2121

2222
before_install:
23+
- openssl aes-256-cbc -K $encrypted_bc40b17e21fa_key -iv $encrypted_bc40b17e21fa_iv
24+
-in dist/deploy_key.enc -out dist/deploy_key -d
2325
- brew update
2426

2527
install:

dist/deploy_key.enc

1.64 KB
Binary file not shown.

dist/deploy_key.pub

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC7wVMCqB1/4opOJ4vrN/t9FMc+J32XqeqaPft2iSajqB4vpUuPzA5TwFsWWbOr6kKfpy2tHD47VLnHqTFJI6GiDNvCWTHm6pigk3UwB2jucM7fNytRewbRs8NL4mv5licxgszw8nifp8wZTyHPmMIrguROwuR7/WGefX/baTMmS9P7ykO5mmta4fPN+cYaU53648zZLyeSK5LV7pmKwjjosvC0Z2RYxBAQxb9Rfd2lhYgmKaHE7bYlBbazMA2Gn+NLKBVTwn4H/s/e5tsKCB8dhMfRrvZzhFimJ/U6bOFS6dB+EfjdE3TMKZbgjiSDiqESm14lFGSqS0DnrsNOmwEN [email protected]

0 commit comments

Comments
 (0)