Files
remotion-mv-hated-by-life-i…/.drone.yml
heimoshuiyu 2c3edae35d
Some checks reported errors
continuous-integration/drone Build was killed
drone
2023-03-23 23:33:44 +08:00

17 lines
307 B
YAML

kind: pipeline
type: docker
name: default
clone:
depth: 1
steps:
- name: render
image: ubuntu:latest
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