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

14 lines
195 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:18:04 +00:00
- name: test
image: nodejs:18
2022-10-26 10:12:57 +00:00
commands:
2022-10-26 10:18:04 +00:00
- npm run lint
- name: deploy
image: nodejs:18
commands:
- npm run start