Files
Gallus_Pub/.woodpecker.yml
Kenzo 8ca30ae5f3
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ned soll endlich pushen
2025-12-09 14:45:46 +01:00

28 lines
675 B
YAML

steps:
deploy_frontend:
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 --remote-only
#build_and_deploy_backend:
# image: node:20
# environment:
# FLY_API_TOKEN:
# from_secret: FLY_API_TOKEN
# commands:
# - cd backend
# - curl -L https://fly.io/install.sh | sh
# - export PATH="$HOME/.fly/bin:$PATH"
# - flyctl deploy --config fly.toml --app gallus-cms-backend --remote-only
when:
branch:
- main
event:
- push