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: