Skip to content

Sample JS project using Github Actions CI/CD support for Kalix

Notifications You must be signed in to change notification settings

lightbend/kalix-cicd-github-actions

Repository files navigation

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

About

Sample JS project using Github Actions CI/CD support for Kalix

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published