# 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"