From abd232d580d9fd2310ee13e9936a650179330ff2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A5=87=E8=B6=A3=E4=BF=9D=E7=BD=97?= Date: Wed, 13 Dec 2023 23:57:23 +0800 Subject: [PATCH] =?UTF-8?q?CI:=20=E4=BF=AE=E6=94=B9=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone => .drone.yml | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) rename .drone => .drone.yml (94%) diff --git a/.drone b/.drone.yml similarity index 94% rename from .drone rename to .drone.yml index 00e4a3e..c94e862 100644 --- a/.drone +++ b/.drone.yml @@ -1,19 +1,19 @@ ---- -kind: pipeline -type: exec -name: simpleVue - -steps: -- name: echo nodejs version - commands: - node -v -- name: install deps - commands: - pnpm i -- name: build - commands: - pnpm build -- name: sync files - commands: - ssh paul.ren -p 7963 -l root "mkdir /data/wwwroot/dronetest" - scp -r -P 7963 dist/* root@paul.ren:/data/wwwroot/dronetest +--- +kind: pipeline +type: exec +name: simpleVue + +steps: +- name: echo nodejs version + commands: + node -v +- name: install deps + commands: + pnpm i +- name: build + commands: + pnpm build +- name: sync files + commands: + ssh paul.ren -p 7963 -l root "mkdir /data/wwwroot/dronetest" + scp -r -P 7963 dist/* root@paul.ren:/data/wwwroot/dronetest