8000 Execute openssl command at HOME not to expose secrets · python/python-docs-ja@0e3e01c · GitHub
[go: up one dir, main page]

Skip to content

Commit 0e3e01c

Browse files
committed
Execute openssl command at HOME not to expose secrets
1 parent 352c398 commit 0e3e01c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ env:
1818
before_install:
1919
- export TZ=Asia/Tokyo
2020
- git checkout ${DOCS_BRANCH}
21-
- openssl aes-256-cbc -K $encrypted_9796e8faf501_key -iv $encrypted_9796e8faf501_iv -in secrets.tar.enc -out ~/secrets.tar -d
2221
- cd ..
2322
- pwd
2423
- ls -la
2524
- BASEDIR="$(pwd)"
2625
- cd ~
26+
- openssl aes-256-cbc -K $encrypted_9796e8faf501_key -iv $encrypted_9796e8faf501_iv -in "${BASEDIR}/python-docs-ja/secrets.tar.enc" -out ~/secrets.tar -d
2727
- tar xvf ~/secrets.tar
2828
- rm ~/secrets.tar
2929
- chmod 600 ~/.ssh/python-docs-ja

0 commit comments

Comments
 (0)
0