test
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
2025-12-09 14:03:36 +01:00
parent c55e274718
commit 8b2d00385a

View File

@ -16,7 +16,7 @@ steps:
from_secret: FLY_API_TOKEN from_secret: FLY_API_TOKEN
commands: commands:
- cd backend - cd backend
- npm ci - npm install --no-audit --no-fund
- npm run build - npm run build
- curl -L https://fly.io/install.sh | sh - curl -L https://fly.io/install.sh | sh
- export PATH="$HOME/.fly/bin:$PATH" - export PATH="$HOME/.fly/bin:$PATH"