We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2c98bb commit 57ca4f9Copy full SHA for 57ca4f9
zerops.yml
@@ -22,7 +22,7 @@ zerops:
22
- bun install
23
- bun run postinstall
24
- bun run validateEnv
25
- - bun x nx build:executable backend
+ - bun x nx build:executable backend --verbose --skip-nx-cache
26
- ls apps/backend
27
deployFiles:
28
- apps/backend/dist
@@ -39,6 +39,7 @@ zerops:
39
httpSupport: true
40
prepareCommands:
41
- echo "Installing yt-dlp"
42
+ - apt-get install -y ffmpeg
43
- curl -L https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp -o /usr/bin/yt-dlp
44
- chmod a+rx /usr/bin/yt-dlp # Make executable
45
start: apps/backend/dist/main
0 commit comments