# deploy > Backend deployment (Docker, K8s, etc). TODO: Implement for backend. Invoked by: "deploy", "build", "release", "publish", "ship". - Author: alejandropereira - Repository: eleva-labs/agentic-coding-templates - Version: 20260125100031 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/eleva-labs/agentic-coding-templates - Web: https://mule.run/skillshub/@@eleva-labs/agentic-coding-templates~deploy:20260125100031 --- --- name: deploy description: >- Backend deployment (Docker, K8s, etc). TODO: Implement for backend. Invoked by: "deploy", "build", "release", "publish", "ship". context: fork agent: general-purpose --- # Deploy **Status**: Stub - Not Implemented **Domain**: Backend ## Overview This is a placeholder skill for backend repositories. It will guide deployment of backend applications using containers, orchestration, and cloud platforms. ## TODO - [ ] Define deployment workflow for Docker - [ ] Define deployment workflow for Kubernetes - [ ] Define deployment workflow for cloud platforms (AWS, GCP, Azure) - [ ] Add templates for deployment configuration - [ ] Add supporting files for environment-specific deployments --- **End of Skill**