This repository has been archived on 2023-11-06. You can view files and clone it, but cannot push or open issues or pull requests.
beatsaber-overlay/.drone.yml

18 lines
296 B
YAML
Raw Normal View History

2022-10-26 10:12:57 +00:00
kind: pipeline
type: docker
name: default
steps:
2022-10-26 10:20:28 +00:00
- name: install dependencies
image: node:18-alpine
commands:
- npm install
2022-10-26 10:20:48 +00:00
- name: test
image: node:18-alpine
commands:
- npm run lint
2022-10-26 10:18:04 +00:00
- name: deploy
2022-10-26 10:19:26 +00:00
image: node:18-alpine
2022-10-26 10:18:04 +00:00
commands:
- npm run start