Skip to main content

GitHub Actions (CI/CD)

CI/CD workflow:

  • Commit (code)
  • Test (application)
  • Build (artifact/container image)
  • Push (to repository)
  • Deploy (Production pulls the artifact from repository)

Workflow templates provided by GitHub