Files
Gallus_Pub/.woodpecker.yml
Kenzo 535c82bd81
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Remove unused cache and name fields from .woodpecker.yml for cleaner pipeline configuration
2025-07-23 21:38:28 +02:00

17 lines
318 B
YAML

steps:
deploy:
image: node:20
environment:
FLY_API_TOKEN:
from_secret: FLY_API_TOKEN
commands:
- curl -L https://fly.io/install.sh | sh
- export PATH="$HOME/.fly/bin:$PATH"
- flyctl deploy --config fly.toml --app gallus-pub
when:
branch:
- main
event:
- push