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:20:28 +01:00

18 lines
296 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: test
image: node:18-alpine
commands:
- npm run lint
- name: install dependencies
image: node:18-alpine
commands:
- npm install
- name: deploy
image: node:18-alpine
commands:
- npm run start