ci-cd
Installation
SKILL.md
CI/CD — CAP Best Practices
Primary reference: https://cap.cloud.sap/docs/guides/deployment/cicd
GitHub Actions guide: https://cap.cloud.sap/docs/guides/deployment/github-actions (added Aug 2025)
Quick setup via CLI (recommended)
# Node.js project
cds add github-actions
# Java project (supported since Nov 2025)
cds add github-actions # detects Java automatically
# Kyma/Kubernetes
cds add github-actions # adds k8s-specific workflow
This generates .github/workflows/ with sensible defaults for your project type.