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
|
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
|
||||||
|
Reference in New Issue
Block a user