Commit 92d329ee0947893cdfd81648fee50716efdb4ab9
1 parent
1070215d
chore: deploy landing-page to github
Showing
1 changed file
with
2 additions
and
1 deletions
front-end/landing-page/deploy.sh
| ... | ... | @@ -17,6 +17,7 @@ git commit -m 'deploy' |
| 17 | 17 | # git push -f git@github.com:<USERNAME>/<USERNAME>.github.io.git master |
| 18 | 18 | |
| 19 | 19 | # 如果发布到 https://<USERNAME>.github.io/<REPO> |
| 20 | -git push -f git@gitee.com:ly525/luban-h5.git master:gh-pages-landing-page | |
| 20 | +# git push -f git@gitee.com:ly525/luban-h5.git master:gh-pages-landing-page | |
| 21 | +git push -f git@github.com:ly525/luban-h5.git master:gh-pages-landing-page | |
| 21 | 22 | |
| 22 | 23 | cd - |
| 23 | 24 | \ No newline at end of file | ... | ... |