update
continuous-integration/drone/push Build is passing

This commit is contained in:
2021-12-29 20:24:21 +08:00
parent 745daedf91
commit 9d2f9d6c32
5 changed files with 76 additions and 30 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ var cli *gitea.Client
func init() {
var err error
cli, err = gitea.NewClient("https://git.icechen.cn/", gitea.SetToken("4322b0d361004db5dcea1741417f9e014a0f428f"))
cli, err = gitea.NewClient("http://gitea:3000/", gitea.SetToken("4322b0d361004db5dcea1741417f9e014a0f428f"))
if err != nil {
panic(err)
}