updated .drone.yml
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Samuel Philipp 2020-06-18 22:23:41 +02:00
parent 5a225dba03
commit f9e0041706
3 changed files with 18 additions and 3 deletions

View file

@ -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: