Deploy

引导在没有 CI/CD 平台(GitHub Actions/GitLab CI)的情况下完成可靠部署。 Use when: 部署到 VPS、离线隔离的服务器,或任何没有 CI/CD 基础设施的环境。 Not for: 建立在 GitHub Actions 或 GitLab CI 上的流水线——请用 /ci-cd;版本号递增与发布晋级——请用 /release。 Keywords: deployment, no-cicd, shell script, blue-green, smoke test, rollback, 无 CI/CD, 部署, 蓝绿部署, 回滚.

AsiaOstrich Updated

File contents

AsiaOstrich/universal-dev-standards/tree/main/locales/zh-CN/skills/deploy-assistant commit e1e26c97c7

Frequently asked questions

npx skillmds@latest add asiaostrich/deploy-2