Files
slowdowner/.gitlab-ci.yml
2019-01-20 11:58:30 +00:00

12 lines
197 B
YAML

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