Update .gitlab-ci.yml

This commit is contained in:
2019-01-20 12:00:38 +00:00
parent 2eb17d2dc7
commit 1462ef3910

View File

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