Update .gitlab-ci.yml

This commit is contained in:
2019-01-20 11:58:30 +00:00
parent 4fbefcaefa
commit 2eb17d2dc7

View File

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