Update drone steps
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Jim Martens 2021-10-30 18:14:12 +02:00
parent 99ab8ddd07
commit 158fabdecb
1 changed files with 1 additions and 4 deletions

View File

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