11 lines
144 B
YAML
11 lines
144 B
YAML
stages:
|
|
- build
|
|
|
|
build:
|
|
stage: build
|
|
image: node:latest
|
|
script:
|
|
- yarn
|
|
- ln -s /media/songs ./src/static
|
|
- yarn run start &! | true
|