Update .gitlab-ci.yml
This commit is contained in:
@@ -5,7 +5,8 @@ build:
|
|||||||
stage: build
|
stage: build
|
||||||
image: node:latest
|
image: node:latest
|
||||||
script:
|
script:
|
||||||
- killall node >> /dev/null 2>&1 & true
|
|
||||||
- yarn
|
- yarn
|
||||||
- ln -s /media/songs ./src/static
|
- rm -rf ~/slowdowner/*
|
||||||
- yarn run start >> /var/log/slowdowner/access.log 2>&1 & true
|
- cp -r ./* ~/slowdowner
|
||||||
|
- ln -s /media/songs ~/slowdowner/src/static
|
||||||
|
- sudo /bin/systemctl restart slowdowner.service
|
||||||
Reference in New Issue
Block a user