From d3434ab10b8391d8b2d0d5b93b0511bab43c700c Mon Sep 17 00:00:00 2001 From: Timo Hocker Date: Thu, 9 Jul 2020 21:29:47 +0200 Subject: [PATCH] use deployment image --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 3ca7453..10410f1 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,7 +10,7 @@ steps: - curl https://git.scode.ovh/Timo/standard/raw/branch/master/ci.js > ci.js - name: build - image: node:lts-alpine + image: npm-deploy commands: - npm i -g typescript - node ci.js