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
2022-10-26 11:18:04 +01:00

14 lines
195 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: test
image: nodejs:18
commands:
- npm run lint
- name: deploy
image: nodejs:18
commands:
- npm run start