Refactor Woodpecker pipeline: consolidate when conditions, replace secrets with environment for Fly.io auth.
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2025-12-09 16:46:10 +01:00
parent 0a2aa84a8c
commit 0597c73690

View File

@ -1,7 +1,9 @@
steps: steps:
deploy_frontend: deploy_frontend:
image: node:20 image: node:20
secrets: [FLY_API_TOKEN] environment:
FLY_API_TOKEN:
from_secret: FLY_API_TOKEN
commands: commands:
- 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"