From 1404a4345a08f691949cae6a8e220e5ac4d2c667 Mon Sep 17 00:00:00 2001 From: cupcakearmy Date: Tue, 5 Mar 2019 18:57:45 +0100 Subject: [PATCH] Rauchmelder --- .drone.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.drone.yml b/.drone.yml index ad85205..a8ee28d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,6 +4,7 @@ name: default steps: - name: install image: node:11-alpine + pull: always commands: - node -v - npm -v @@ -11,11 +12,13 @@ steps: - name: build image: node:11-alpine + pull: always commands: - npm run build:prod - name: copy image: cupcakearmy/drone-deploy + pull: always environment: PLUGIN_KEY: from_secret: ssh_key