From 56694143352bbe7f7b889083a10711baa0340db6 Mon Sep 17 00:00:00 2001 From: John Shaver Date: Wed, 18 Jan 2023 21:26:38 -0800 Subject: [PATCH] update drone config --- .drone.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index c807dd8..b7aa8bc 100644 --- a/.drone.yml +++ b/.drone.yml @@ -53,9 +53,10 @@ trigger: - push steps: - - name: submodules + - name: build image: node:18 commands: + - npm ci - npm run build - name: deploy image: drillster/drone-rsync @@ -68,5 +69,5 @@ steps: source: ./build target: /var/www/jshaver_net/pottychart recursive: true - args: "-v --files-from=deploy-list.txt" + args: "-v"