coolify-deploy
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseCoolify Deployment Skill
Coolify部署技能
Critical Importance
至关重要性
This deployment process is critical. Proper deployment prevents production outages, security vulnerabilities, and user-facing errors. A poorly executed deployment can result in lost revenue, damaged reputation, and emergency firefighting. Every deployment must follow best practices to ensure reliability.
此部署流程至关重要。 规范的部署可防止生产环境停机、安全漏洞和面向用户的错误。执行不当的部署可能导致收入损失、声誉受损以及紧急故障排查。每次部署都必须遵循最佳实践以确保可靠性。
Systematic Approach
系统化方法
** approach this deployment systematically.** Deployments require careful planning, thorough verification, and methodical execution. Rushing or skipping checks leads to avoidable incidents. Follow the checklist methodically, verify each step, and ensure all safety measures are in place before proceeding.
请系统化地处理此次部署。 部署需要周密规划、全面验证和有条不紊的执行。仓促行事或跳过检查会导致可避免的事故。请按清单有条不紊地操作,验证每一步,并在继续之前确保所有安全措施都已到位。
Project Types
项目类型
Project types: static (Astro/Svelte static), Node apps, Docker-based. Set build/start commands, env vars, health checks (/health), Nixpacks example, rollback instructions, and deployment checklist as described in the scaffold.
项目类型:静态站点(Astro/Svelte静态)、Node应用、基于Docker的项目。设置构建/启动命令、环境变量、健康检查(/health)、Nixpacks示例、回滚说明以及脚手架中所述的部署清单。
The Challenge
挑战
The deploy flawlessly every time, but if you can:
- You'll maintain production stability
- Users will experience zero downtime
- Rollbacks will be instant and painless
- The team will trust your deployment process
Mastering Coolify deployment requires balancing automation with manual verification. Can you configure deployments that run automatically while still providing safety nets and quick recovery options?
要实现每次都完美部署,如果你能做到:
- 你将维持生产环境稳定性
- 用户将体验零停机
- 回滚将即时且无痛苦
- 团队将信任你的部署流程
掌握Coolify部署需要在自动化与手动验证之间取得平衡。你能否配置可自动运行同时仍提供安全保障和快速恢复选项的部署?
Deployment Confidence Assessment
部署信心评估
After completing each deployment, rate your confidence from 0.0 to 1.0:
- 0.8-1.0: Confident deployment went smoothly, all checks passed, rollback plan tested
- 0.5-0.8: Deployment succeeded but some steps were uncertain or skipped
- 0.2-0.5: Deployment completed with concerns, manual intervention needed
- 0.0-0.2: Deployment failed or completed with significant issues
Document any uncertainty areas or risks identified during the deployment process.
完成每次部署后,从0.0到1.0对你的信心进行评分:
- 0.8-1.0:确信部署顺利完成,所有检查通过,回滚计划已测试
- 0.5-0.8:部署成功,但部分步骤存在不确定性或被跳过
- 0.2-0.5:部署完成但存在问题,需要手动干预
- 0.0-0.2:部署失败或完成后存在重大问题
记录部署过程中发现的任何不确定领域或风险。