update
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-01-02 04:04:59 +08:00
parent 62ab81441d
commit 3ae0366da0
5 changed files with 5 additions and 6 deletions
+1 -2
View File
@@ -12,8 +12,7 @@ var cli *gitea.Client
func init() {
var err error
// cli, err = gitea.NewClient("http://gitea:3000/", gitea.SetToken("4322b0d361004db5dcea1741417f9e014a0f428f"))
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)
}