Files
soleprint/.woodpecker.yml
2026-01-02 20:34:41 -03:00

17 lines
411 B
YAML

# Soleprint Pipeline
# Build happens locally, this just logs deployment status
when:
- event: push
- event: manual
steps:
- name: notify
image: alpine
commands:
- echo "=== Soleprint ==="
- echo "Branch: $CI_COMMIT_BRANCH"
- echo "Commit: $CI_COMMIT_SHA"
- echo "Message: $CI_COMMIT_MESSAGE"
- echo "Build locally with: ./ctrl/deploy-domains.sh standalone --build"