This commit is contained in:
aoshiguchen
2024-12-18 21:07:01 +08:00
parent cedef6589f
commit 587359d40e
2 changed files with 6 additions and 8 deletions
+5 -7
View File
@@ -48,16 +48,14 @@ stages:
- rm -rf docs/.vuepress/distTemp
- ''
- '# 将构建产物推送到目标分支'
- echo 'hello1111'
- echo $mytoken
- echo ${mytoken}
- echo $GITEE_COMMIT_MESSAGE
- cd docs/.vuepress/dist
- git init
- GIT_REPO_URL=https://gitee.com/dromara/neutrino-proxy.git
- GIT_NAME=aoshiguchen
- GIT_USERNAME=asgc
- GIT_EMAIL=[email protected]
- GIT_TOKEN=9ea8d4a34d8ea940ccf497ed1c24c69f
- GIT_USERNAME=$username
- GIT_NAME=$commit_name
- GIT_EMAIL=$commit_email
- GIT_TOKEN=$git_token
- echo "https://${GIT_USERNAME}:${GIT_TOKEN}@${GIT_REPO_URL#https://}" > ~/.git-credentials
- git config --global credential.helper store
- git remote add origin ${GIT_REPO_URL}
@@ -6,7 +6,7 @@ article: false
---
::: tip
当前最新版本:2.0.2。从之前的版本升级过来,请参照:更新记录 > 版本记录.
当前最新版本:2.0.2。从之前的版本升级过来,请参照:更新记录 > 版本记录
:::
## 1、快速上手须知