deploy pages to docker-practice/us-en

pull/422/head
Kang HuaiShuai 2019-09-05 13:06:29 +08:00
parent 2b6e28d6a9
commit e9213ea244
No known key found for this signature in database
GPG Key ID: 0A380828B1C243A7
1 changed files with 3 additions and 7 deletions

View File

@ -33,7 +33,7 @@ after_success:
- cd _book
- git init
- git remote add origin "$REPO"
- git remote add origin "$DEPLOY_REPO"
- git add .
- COMMIT=`date "+%F %T"`
- git commit -m "Travis CI Site updated $COMMIT"
@ -41,9 +41,8 @@ after_success:
env:
global:
- DEPLOY_BRANCH: pages-us-en
# - DEPLOY_BRANCH: legacy-pages
- REPO: git@github.com:yeasy/docker_practice.git
- DEPLOY_BRANCH: master
- DEPLOY_REPO: git@github.com:docker-practice/us-en.git
addons:
ssh_known_hosts:
@ -52,6 +51,3 @@ addons:
branches:
only:
- english
# - master
# - dev
# - docker-legacy