Skip to content

Commit 93e43db

Browse files
committed
fix(api): install ffmpeg as dep of yt-dlp
1 parent e2c98bb commit 93e43db

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

zerops.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ zerops:
2222
- bun install
2323
- bun run postinstall
2424
- bun run validateEnv
25-
- bun x nx build:executable backend
25+
- bun x nx build:executable backend --verbose
2626
- ls apps/backend
2727
deployFiles:
2828
- apps/backend/dist
@@ -39,6 +39,7 @@ zerops:
3939
httpSupport: true
4040
prepareCommands:
4141
- echo "Installing yt-dlp"
42+
- apt-get install -y ffmpeg
4243
- curl -L https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp -o /usr/bin/yt-dlp
4344
- chmod a+rx /usr/bin/yt-dlp # Make executable
4445
start: apps/backend/dist/main

0 commit comments

Comments
 (0)