浏览代码

优化:删除多余文件

wqj 3 年之前
父节点
当前提交
ac08f6b05a
共有 2 个文件被更改,包括 0 次插入63 次删除
  1. 0 32
      deploy.sh
  2. 0 31
      deploy_to_gitee.sh

+ 0 - 32
deploy.sh

@@ -1,32 +0,0 @@
-#!/usr/bin/env sh
-
-# abort on errors
-set -e
-
-# build
-yarn build
-
-
-
-cp CNAME .vuepress/dist
-
-# navigate into the build output directory
-cd .vuepress/dist
-
-
-# if you are deploying to a custom domain
-# echo 'www.example.com' > CNAME
-
-git init
-git add -A
-git commit -m 'deploy'
-
-# if you are deploying to https://<USERNAME>.github.io
-git push -f git@github.com:yangfuhai/yangfuhai.github.io.git master
-
-git push -f git@github.com:yangfuhai/yangfuhai.github.io.git master:gh-pages
-
-# if you are deploying to https://<USERNAME>.github.io/<REPO>
-# git push -f git@github.com:<USERNAME>/<REPO>.git master:gh-pages
-
-cd -

+ 0 - 31
deploy_to_gitee.sh

@@ -1,31 +0,0 @@
-#!/usr/bin/env sh
-
-# abort on errors
-set -e
-
-# build
-yarn build
-
-
-
-cp CNAME .vuepress/dist
-
-# navigate into the build output directory
-cd .vuepress/dist
-
-
-# if you are deploying to a custom domain
-# echo 'www.example.com' > CNAME
-
-git init
-git add -A
-git commit -m 'deploy'
-
-# need add config    base:'/docs/',
-# if you are deploying to https://<USERNAME>.github.io
-git push -f https://gitee.com/JbootProjects/docs.git master
-
-# if you are deploying to https://<USERNAME>.github.io/<REPO>
-# git push -f git@github.com:<USERNAME>/<REPO>.git master:gh-pages
-
-cd -