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 name: default
steps: steps:
- name: greeting - name: test
image: alpine image: nodejs:18
commands: commands:
- echo hello - npm run lint
- echo world - name: deploy
image: nodejs:18
commands:
- npm run start