返回 Skill 列表
extension
分类: 开发与工程无需 API Key

context-infrastructure

铁路部署、CI/CD工作流、GitHub Actions和冒烟测试。处理铁路配置、GitHub Actions工作流、部署自动化和健康检查。在进行部署、CI配置、铁路设置或基础设施自动化时使用,或者当用户提到铁路环境、GitHub Actions、部署问题、CI失败、“构建失败”错误、冒烟测试错误、CI/CD管道、Docker配置或DevOps工作流时使用。

person作者: jakexiaohubgithub

Infrastructure

Navigate Railway deployment, GitHub Actions workflows, and infrastructure config.

Overview

Railway for deployment, GitHub Actions for CI/CD. See docs/deployment/RAILWAY.md.

Railway Configuration

  • railway.toml (root) - Project-level config
  • backend/railway.toml - Backend service
  • frontend/railway.toml - Frontend service

CI/CD Workflows

  • .github/workflows/*.yml - All GitHub Actions
  • .github/workflows/deploy.yml - Deployment workflow (if exists)
  • .github/workflows/test.yml - Test workflow (if exists)

Docker

  • Dockerfile (root) - Docker configuration (if exists)
  • docker-compose*.yml - Docker Compose (if exists)

Smoke Tests

  • backend/smoke_endpoints.py - Backend health checks
  • frontend/e2e-smoke/*.spec.ts - Frontend smoke tests

Scripts

  • scripts/test-railway-setup.sh - Railway testing
  • scripts/db-commands/db-verify.sh - Database verification

Documentation

  • Internal: docs/deployment/RAILWAY.md

Related Areas

  • See context-testing-infrastructure for smoke test patterns
  • See context-database-schema for migration deployment