From 158fabdecb2a12d7f17767ebd68375c817c5176d Mon Sep 17 00:00:00 2001 From: Jim Martens Date: Sat, 30 Oct 2021 18:14:12 +0200 Subject: [PATCH] Update drone steps --- .drone.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index d502e62..24b669a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,14 +8,11 @@ clone: steps: - - name: setup + - name: setup and build image: node:16-alpine commands: - npm install - npm install -g @angular/cli - - name: build - image: node:16-alpine - commands: - ng build - name: deploy image: drillster/drone-rsync