deploy
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseDeploy
部署
Execute deployment following this sequence:
按照以下顺序执行部署:
Pre-deployment Checks
部署前检查
- Verify tests pass:
{{TEST_COMMAND}} - Check for uncommitted changes:
git status
- 验证测试通过:
{{TEST_COMMAND}} - 检查未提交的更改:
git status
Build
构建
- Build the application:
{{BUILD_COMMAND}} - Verify build output exists
- 构建应用程序:
{{BUILD_COMMAND}} - 验证构建输出是否存在
Deploy
部署
- {{DEPLOY_STEP_1}}
- {{DEPLOY_STEP_2}}
- {{DEPLOY_STEP_1}}
- {{DEPLOY_STEP_2}}
Post-deployment
部署后
- Verify site is accessible
- Run smoke tests if available
- 验证站点是否可访问
- 如有可用运行冒烟测试
Rollback
回滚
If deployment fails:
- {{ROLLBACK_STEP_1}}
- {{ROLLBACK_STEP_2}}
如果部署失败:
- {{ROLLBACK_STEP_1}}
- {{ROLLBACK_STEP_2}}