update drone config
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
John Shaver 2023-01-18 21:26:38 -08:00
parent b754f637d0
commit 5669414335

View file

@ -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"