Files
remotion-mv-hated-by-life-i…/.drone.yml
heimoshuiyu a1fb66e1c8
Some checks failed
continuous-integration/drone/push Build is failing
drone
2023-03-23 23:35:40 +08:00

17 lines
301 B
YAML

kind: pipeline
type: docker
name: default
clone:
depth: 1
steps:
- name: render
image: node:19
commands:
- sed -i 's/deb.debian.org/mirrors.ustc.edu.cn/g' /etc/apt/sources.list
- apt update
- apt install ffmpeg
- yarn install --forzen-lockfile
- yarn build