From 26d3eac4dd110093098528855cacd2bf63bc991f Mon Sep 17 00:00:00 2001 From: franktrue Date: Sun, 30 Apr 2023 20:49:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E9=83=A8=E7=BD=B2=E8=84=9A?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 6d6e4a7..d6fb8a9 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,7 +8,7 @@ steps: commands: - go env -w GOPROXY=https://goproxy.cn,direct - go mod download - - CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -o deploy/api2gpt-mid + - CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -o deploy/api2gpt-mid - name: sync-file image: drillster/drone-rsync settings: @@ -18,7 +18,7 @@ steps: hosts: # 多个ip使用,隔开 from_secret: ssh_host # 来源目录 - source: /deplpy/ + source: deplpy/ # 目标服务器目录 target: /mnt/data/wwwroot/api2gpt/mid script: