| name | deploy-helper |
| description | Helps deploy the application to various environments |
Deploy Helper
This skill manages the deployment lifecycle for the application.
Workflow
- Verify the branch and commit
- Run the full test suite
- Build the container image with
docker build
- Push to the registry
- Apply Kubernetes manifests with
kubectl apply
- Run health checks
Configuration
The deployment config lives at deploy/config.yaml.
Use the existing deployment scripts in deploy/scripts/.
[Insert deployment checklist here]