Files
Gallus_Pub/.woodpecker.yml
Kenzo f4c75ea941
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Refactor .woodpecker.yml pipeline configuration
- Renamed pipeline to "deploy" for clarity.
- Adjusted `when` conditions structure for branch and event targeting.
2025-07-15 21:10:11 +02:00

15 lines
258 B
YAML

name: deploy
steps:
deploy:
image: node:20
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