Create .drone.yml

This commit is contained in:
2020-01-20 18:59:58 +01:00
committed by GitHub
parent 50acf0bedc
commit 6edad3991f

24
.drone.yml Normal file
View File

@@ -0,0 +1,24 @@
---
kind: pipeline
type: exec
name: default
platform:
os: linux
arch: amd64
steps:
- name: frontend_install
commands:
- yarn
- name: frontend_build
commands:
- yarn build
drone
trigger:
branch:
- master
event:
include:
- pull_request