Skip to content

Deployment Workflow

Cecilia Wong edited this page May 1, 2024 · 4 revisions

GitHub workflow

Workflow name: Run Tests and Deploy Run Tests and Deploy
Configuration file: test-and-deploy.yaml
Triggered by: Push requests to master, next-version branch or version-related tags (starting with version- or in v[num].[num].[num] format)

Workflow: Run Tests and Deploy

For master:

  1. Run all test cases.
  2. Create a production build.
  3. Upload the build to Netlify and deploy it to Production.

For others:

  1. Run all test cases.
Clone this wiki locally