# deploy-production > Production environment deployment. TODO: Implement for devops. Invoked by: "deploy production", "production", "deploy to prod", "release". - 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-production:20260125100031 --- --- name: deploy-production description: >- Production environment deployment. TODO: Implement for devops. Invoked by: "deploy production", "production", "deploy to prod", "release". context: fork agent: general-purpose --- # Deploy Production **Status**: Stub - Not Implemented **Domain**: DevOps ## Overview This is a placeholder skill for devops workflows. It will guide deploying applications to production environments with proper validation, monitoring, and rollback capabilities. ## TODO - [ ] Define production deployment workflow - [ ] Add templates for production configuration - [ ] Define blue-green and canary deployment strategies - [ ] Add supporting files for health checks - [ ] Document rollback procedures - [ ] Document incident response procedures --- **End of Skill**