1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-24 20:36:40 +07:00

Create .drone.yml

This commit is contained in:
muerwre 2020-11-14 23:07:18 +07:00 committed by GitHub
parent 7cf678cdfb
commit b388700e07
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

13
.drone.yml Normal file
View file

@ -0,0 +1,13 @@
kind: pipeline
name: default
platform:
os: linux
arch: amd64
steps:
- name: build-test
image: node:10.13
commands:
- yarn
- yarn install