update drone.yml

This commit is contained in:
Liam 2022-10-26 11:18:04 +01:00
parent 403478e11a
commit c7a75bb2ec

@ -3,8 +3,11 @@ type: docker
name: default
steps:
- name: greeting
image: alpine
- name: test
image: nodejs:18
commands:
- echo hello
- echo world
- npm run lint
- name: deploy
image: nodejs:18
commands:
- npm run start