Skip to content

Commit 8da932b

Browse files
committed
Add doc reference for travis encrypt-file.
1 parent dd7205d commit 8da932b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

_scripts/travis-deploy.sh

+3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ dir=$(dirname $0)
99
[ "$TRAVIS_SECURE_ENV_VARS" != "true" ] && exit 0
1010
[ "$TRAVIS_BRANCH" != "gh-pages" ] && exit 0
1111

12+
# The robot.json was encrypted using "travis encrypt-file" command.
13+
# See the following for more details:
14+
# https://docs.travis-ci.com/user/encrypting-files/.
1215
openssl aes-256-cbc -d \
1316
-K $encrypted_8544588a4144_key -iv $encrypted_8544588a4144_iv \
1417
-in $dir/robot.json.enc -out $dir/robot.json

0 commit comments

Comments
 (0)