woodpecker: fix yaml quoting
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
buenosairesam
2026-01-02 20:59:33 -03:00
parent 9e8aed3d9f
commit 05e7ead081

View File

@@ -1,5 +1,4 @@
# Soleprint Pipeline
# Build happens locally, this just logs deployment status
when:
- event: push
@@ -10,7 +9,6 @@ steps:
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"
- "echo Branch: $CI_COMMIT_BRANCH"
- "echo Commit: $CI_COMMIT_SHA"
- "echo Build locally: ./ctrl/deploy-domains.sh standalone --build"