Update .gitlab-ci.yml
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user