Skip to content
This repository has been archived by the owner on Jan 24, 2025. It is now read-only.

Latest commit

 

History

History
26 lines (18 loc) · 569 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 569 Bytes

CI/CD with Kalix

This project is a sample JavaScript project using Kalix Github Actions support for CI/CD

When pull request created:

  • run tests
  • build Docker image.

When GitHub release published:

  • run tests
  • authenticate to Docker Hub
  • build Docker image tagged with GitHub release tag
  • push Docker image to Docker Hub
  • deploy Kalix service.

Fully parmaterized with:

  • GitHub release tag
  • Docker Hub username
  • Docker Hub token
  • Kalix token
  • Kalix project ID

For more information: https://docs.kalix.io/operations/integrate-cicd-github-actions.html