deploy
This commit is contained in:
3
deploy.sh
Normal file → Executable file
3
deploy.sh
Normal file → Executable file
@ -7,7 +7,6 @@ set -e
|
||||
npm run docs:build
|
||||
|
||||
# navigate into the build output directory
|
||||
cd docs/.vuepress/dist
|
||||
|
||||
# if you are deploying to a custom domain
|
||||
# echo 'www.example.com' > CNAME
|
||||
@ -20,6 +19,6 @@ git commit -m 'deploy'
|
||||
# git push -f git@github.com:<USERNAME>/<USERNAME>.github.io.git master
|
||||
|
||||
# if you are deploying to https://<USERNAME>.github.io/<REPO>
|
||||
# git push -f git@github.com:<USERNAME>/<REPO>.git master:gh-pages
|
||||
git push -f git@github.com:eip-work/kuboard-press.git master
|
||||
|
||||
cd -
|
||||
Reference in New Issue
Block a user