living-together/.drone.yml
2022-02-20 00:08:11 +08:00

13 lines
209 B
YAML

kind: pipeline
type: docker
name: LivingTogether-Lab
steps:
- name: npm build
pull: if-not-exists
image: node
commands:
- npm ci
- npm run release-lab
- cp build/* /http/demo/living-together-lab/