This commit is contained in:
parent
5a225dba03
commit
f9e0041706
3 changed files with 18 additions and 3 deletions
15
.drone.yml
15
.drone.yml
|
@ -3,11 +3,21 @@ type: docker
|
|||
name: build
|
||||
|
||||
steps:
|
||||
- name: test
|
||||
image: alpine
|
||||
commands:
|
||||
- pwd
|
||||
- ls -ashl
|
||||
- name: build
|
||||
image: node
|
||||
commands:
|
||||
- npm install
|
||||
- npm run build
|
||||
- name: test2
|
||||
image: alpine
|
||||
commands:
|
||||
- pwd
|
||||
- ls -ashl
|
||||
|
||||
---
|
||||
kind: pipeline
|
||||
|
@ -15,6 +25,11 @@ type: docker
|
|||
name: deploy-develop
|
||||
|
||||
steps:
|
||||
- name: test
|
||||
image: alpine
|
||||
commands:
|
||||
- pwd
|
||||
- ls -ashl
|
||||
- name: deploy
|
||||
image: alpine
|
||||
environment:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue