From 2b6f9e7b32f039a12a770dd9d1db6ddd05307e03 Mon Sep 17 00:00:00 2001 From: giaogiao Date: Tue, 12 Sep 2023 11:54:29 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 3 ++- .gitignore | 3 +-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 1469c08..ffedf43 100644 --- a/.drone.yml +++ b/.drone.yml @@ -39,7 +39,8 @@ steps: host: path: /root/web commands: - - pwd + - apk add tree + - tree - rm -rf ./app/* - cp -r /go/web/build ./app - sed 's?/static?/static/static?g' ./app/index.html diff --git a/.gitignore b/.gitignore index 23c7fd9..1c2f433 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1 @@ -tmp -app \ No newline at end of file +tmp \ No newline at end of file