Files
slowdowner/.gitlab-ci.yml
2019-01-20 12:22:47 +00:00

12 lines
222 B
YAML

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