Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,14 @@ after_script:
- mv .deploy_git/.git/ ./public/
- cd ./public
- git init
- git config user.name "FiTeen"
- git config user.email "isfiteen@icloud.com"
- git config user.name "juch"
- git config user.email "Juch@live.cn"
- git add .
- git commit -m "Travis CI Auto Builder at `date +"%Y-%m-%d %H:%M"`"
- git push --force --quiet "https://${GH_TOKEN}@${GH_REF}" master:master
- git push --force --quiet "https://sfbMVKkILF:${CO_TOKEN}@${CO_REF}" master:master
branches:
only:
- resource
env:
global:
- GH_REF: github.com/fiteen/fiteen.github.io.git
- CO_REF: e.coding.net/fiteen/fiteen.coding.me.git
- GH_REF: github.com/ju-ch/insidegit
10 changes: 3 additions & 7 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ timezone: ''

# URL
## If your site is put in a subdirectory, set url as 'http://yoursite.com/child' and root as '/child/'
url: https://blog.fiteen.top
root: /
url: https://ju-ch.github.io/inside
root: /inside
permalink: :year/:title/
permalink_defaults:
pretty_urls:
Expand Down Expand Up @@ -114,9 +114,5 @@ theme: inside
## Docs: https://hexo.io/docs/deployment.html
deploy:
- type: git
repository: git@github.com:fiteen/fiteen.github.io.git
repository: git@github.com:ju-ch/inside.git
branch: master
- type: git
repository: git@e.coding.net:fiteen/fiteen.coding.me.git
branch: master
# - type: baidu_url_submitter