From 43d28bda98868e30a77289d66d87b183988136f0 Mon Sep 17 00:00:00 2001 From: cxz66666 <1092889706@qq.com> Date: Sun, 9 Aug 2020 14:44:08 +0800 Subject: [PATCH] test drone . --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index c5db685..67f82db 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,7 +8,7 @@ steps: mount: - ./node_modules volume: - - /tmp/cache:/cache + - /tmp:/cache - name: install image: node:12.11.1 @@ -21,7 +21,7 @@ steps: mount: - ./node_modules volumes: - - /tmp/cache:/cache + - /tmp:/cache - name: build image: node:12.11.1 @@ -37,7 +37,7 @@ steps: port: 22 key: from_secret: cibot_front_secret - target: /srv/ + target: /srv source: main trigger: