Explorar o código

fix: 更新部署脚本

kang.wang %!s(int64=6) %!d(string=hai) anos
pai
achega
bd72039217
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      deploy.sh

+ 2 - 1
deploy.sh

@@ -17,7 +17,8 @@ git add -A
 git commit -m 'deploy'
 
 # 如果发布到 https://<USERNAME>.github.io
-git push -f git@github.com:allpayx/allpayx.github.io.git master
+# git push -f git@github.com:allpayx/allpayx.github.io.git master
+git push -f https://${access_token}@github.com/nzmd/allpayx.github.io.git master
 
 # 如果发布到 https://<USERNAME>.github.io/<REPO>
 # git push -f git@github.com:<USERNAME>/<REPO>.git master:gh-pages