diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 16bfe93..05d2748 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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