brainlet-react/.drone.yml

14 lines
157 B
YAML
Raw Normal View History

2021-03-30 04:17:04 +03:00
kind: pipeline
type: docker
name: default
2021-04-02 05:31:33 +03:00
platform:
os: linux
arch: arm64
2021-03-30 04:17:04 +03:00
steps:
- name: build
image: node
commands:
2021-03-30 04:58:02 +03:00
- cd bfrontend
2021-03-30 04:17:04 +03:00
- npm build