Skip to content

Instantly share code, notes, and snippets.

@ThaddeusJiang
Created December 13, 2021 06:53
Show Gist options
  • Save ThaddeusJiang/878b975c00267505fc171d6434b8ea0c to your computer and use it in GitHub Desktop.
Save ThaddeusJiang/878b975c00267505fc171d6434b8ea0c to your computer and use it in GitHub Desktop.
frontend CI/CD 和 backend CI/CD 对比

frontend CI/CD 和 backend CI/CD 对比

对比

frontend backend
setup env CI/CD runner App runner
build output 各个环境不相同 各个环境相同
更改 env,是否要重新触发 CI/CD Yes No
CI/CD platform GitHub Actions + Vercel GitHub Actions

1. frontend

GitHub Actions + Vercel

  1. Testing in GitHub Actions
  2. GitHub Actions Trigger Vercel deployment

2. backend

GitHub Actions

  1. Testing in GitHub Actions
  2. deployment in GitHub Actions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment