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
- Host: GitHub
- URL: https://github.com/lightbend/kalix-cicd-github-actions
- Owner: lightbend
- Created: 2022-05-11T11:52:42.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-05-15T12:40:26.000Z (about 2 years ago)
- Last Synced: 2025-01-11T19:36:14.228Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 133 KB
- Stars: 0
- Watchers: 11
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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