测试我的足迹

This commit is contained in:
江志雄 2018-07-13 17:24:30 +08:00
parent a8bec179cd
commit 487f9bc192
2 changed files with 8 additions and 1 deletions

2
.gitignore vendored
View File

@ -5,4 +5,4 @@ db.json
node_modules/
public/
.deploy*/
footprint/
# footprint/

View File

@ -26,6 +26,13 @@ after_script:
- git add .
- git commit -m "更新博客"
- git push --force --quiet "https://${TOKEN}@${GH_REF}" master
- cd ../footprint
- git init
- git config user.name "${USER_NAME}"
- git config user.email "${USER_EMAIL}"
- git add .
- git commit -m "测试我的足迹"
- git push --force --quiet "https://${TOKEN}@${GH_REF}" master
# E: Build LifeCycle
notifications: