update drone.yml
This commit is contained in:
parent
403478e11a
commit
c7a75bb2ec
11
.drone.yml
11
.drone.yml
@ -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
|
||||
|
Reference in New Issue
Block a user