Files
remotion-mv-hated-by-life-i…/.drone.yml
heimoshuiyu e33fcf0d73
Some checks reported errors
continuous-integration/drone/push Build was killed
drone
2023-03-23 23:47:21 +08:00

18 lines
336 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 -y ffmpeg
- apt install -y chromium
- yarn install --forzen-lockfile
- yarn build