diff --git a/.travis.yml b/.travis.yml index b372330cc..6fd051de7 100755 --- a/.travis.yml +++ b/.travis.yml @@ -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 \ No newline at end of file + - GH_REF: github.com/ju-ch/insidegit diff --git a/_config.yml b/_config.yml index 257dc93bc..072c68c51 100755 --- a/_config.yml +++ b/_config.yml @@ -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: @@ -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 \ No newline at end of file