未验证 提交 d3914ae1 编写于 作者: V Varun Arora 提交者: GitHub

Merge pull request #363 from PaddlePaddle/deploy-indexes-s3

Put the keys / secrets in for PaddlePaddle.org scripts to use
......@@ -17,7 +17,7 @@
exit_code=0
if [[ "$TRAVIS_PULL_REQUEST" != "false" ]]; then exit $exit_code; fi;
# Deploy to the the content server if its a "develop" or "release/version" branch
# The "develop_doc" branch is reserved to test full deploy process without impacting the real content.
if [ "$TRAVIS_BRANCH" == "develop_doc" ]; then
......@@ -50,6 +50,8 @@ docker run -it \
-e DEPLOY_DOCS_SH=$DEPLOY_DOCS_SH \
-e TRAVIS_PULL_REQUEST=$TRAVIS_PULL_REQUEST \
-e PPO_SCRIPT_BRANCH=$PPO_SCRIPT_BRANCH \
-e AWS_ACCESS_KEY_ID=$AWS_ACCESS_KEY_ID \
-e AWS_SECRET_ACCESS_KEY=$AWS_SECRET_ACCESS_KEY \
-e PADDLE_ROOT=/FluidDoc/external/Paddle \
-e PYTHONPATH=/FluidDoc/external/Paddle/build/python \
-v "$PWD:/FluidDoc" \
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册