Files
slowdowner/.gitlab-ci.yml
2019-01-20 11:52:05 +00:00

11 lines
173 B
YAML

stages:
- build
build:
stage: build
image: node:latest
script:
- yarn
- ln -s /media/songs ./src/static
- yarn run start >> /var/log/slowdowner.log 2>&1 & true