From e725af223be63444ce42651a5be043afd6227eaf Mon Sep 17 00:00:00 2001 From: Passthem Date: Tue, 10 Jun 2025 08:44:33 +0900 Subject: [PATCH] =?UTF-8?q?=E5=93=8E=E5=93=9F=E9=93=BE=E6=8E=A5=E5=86=99?= =?UTF-8?q?=E9=94=99=E4=BA=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 043dc6f..41fe49e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -14,4 +14,4 @@ steps: - git clone https://github.com/pressly/goose.git - cd goose - go build -tags='no_mysql no_ydb no_vertica no_mssql no_libsql no_sqlite3 no_clickhouse' -o goose ./cmd/goose - - curl --user $USERNAME:$PASSWORD --upload-file ./goose https://gitea.example.com/api/packages/kagami-public/generic/goose/$DRONE_BUILD_NUMBER/goose + - curl --user $USERNAME:$PASSWORD --upload-file ./goose https://gitea.service.jazzwhom.top/api/packages/kagami-public/generic/goose/$DRONE_BUILD_NUMBER/goose