Files
soleprint/.woodpecker.yml
buenosairesam 05e7ead081
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
woodpecker: fix yaml quoting
2026-01-02 20:59:33 -03:00

15 lines
305 B
YAML

# Soleprint Pipeline
when:
- event: push
- event: manual
steps:
- name: notify
image: alpine
commands:
- echo "=== Soleprint ==="
- "echo Branch: $CI_COMMIT_BRANCH"
- "echo Commit: $CI_COMMIT_SHA"
- "echo Build locally: ./ctrl/deploy-domains.sh standalone --build"