We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd7205d commit 8da932bCopy full SHA for 8da932b
_scripts/travis-deploy.sh
@@ -9,6 +9,9 @@ dir=$(dirname $0)
9
[ "$TRAVIS_SECURE_ENV_VARS" != "true" ] && exit 0
10
[ "$TRAVIS_BRANCH" != "gh-pages" ] && exit 0
11
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/.
15
openssl aes-256-cbc -d \
16
-K $encrypted_8544588a4144_key -iv $encrypted_8544588a4144_iv \
17
-in $dir/robot.json.enc -out $dir/robot.json
0 commit comments