An open API service indexing awesome lists of open source software.

https://github.com/lightbend/kalix-cicd-github-actions

Sample JS project using Github Actions CI/CD support for Kalix
https://github.com/lightbend/kalix-cicd-github-actions

Last synced: over 1 year ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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