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 21:22:16 +01:00

38 lines
638 B
YAML

kind: pipeline
type: docker
name: default
ports: [3001]
steps:
# Other branches
- name: install depends
image: node:18
when:
branch:
exclude:
- master
commands:
- npm install
- name: test
image: node:18
when:
branch:
exclude:
- master
commands:
- npm run lint
# Main branches
- name: docker
image: plugins/docker
when:
branch:
- main
settings:
username:
from_secret: dockerhub_username
password:
from_secret: dockerhub_password
repo: fascinated/beatsaber-overlay
tags: latest