This commit is contained in:
aoshiguchen
2024-12-18 20:29:03 +08:00
parent 7b8e92b402
commit 65da4cdc53
+3 -2
View File
@@ -44,13 +44,14 @@ stages:
- cd docs/.vuepress/dist
- git init
- GIT_REPO_URL=https://gitee.com/dromara/neutrino-proxy.git
- GIT_USERNAME=aoshiguchen
- GIT_NAME=aoshiguchen
- [email protected]
- [email protected]
- GIT_TOKEN=9ea8d4a34d8ea940ccf497ed1c24c69f
- 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}
- git config user.name ${GIT_USERNAME}
- git config user.name ${GIT_NAME}
- git config user.email ${GIT_EMAIL}
- git add -A
- git commit -m "update"