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
205 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
2022-10-26 10:19:26 +00:00
image: node:18-alpine
2022-10-26 10:12:57 +00:00
commands:
2022-10-26 10:18:04 +00:00
- npm run lint
- 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