Skip to content

Commit 1035d87

Browse files
committed
[travis] correct encrypt
1 parent d3c1e32 commit 1035d87

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ branches:
99
except:
1010
- gh-pages
1111
before_install:
12-
- openssl aes-256-cbc -K $encrypted_ff67a7dd600a_key -iv $encrypted_ff67a7dd600a_iv
12+
- openssl aes-256-cbc -K $encrypted_2b5a1ad4da99_key -iv $encrypted_2b5a1ad4da99_iv
1313
-in deploy-key.enc -out deploy-key -d
1414
- chmod 600 deploy-key
1515
- mv deploy-key ~/.ssh/id_rsa

deploy-key.enc

-6 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)