This simple bookshop application triggers a github action to build docker image with latest code and deploy it to kyma runtime.
- Make a fork of it.
- Go to settings and add the following
- DOCKER_USER: Add your dockerhub username.
- DOCKER_PASSWORD: your dockerhub password.
- KYMA: Kubeconfig downloaded from kyma.
- In .github\workflows\deocker-image.yaml replace the docker user name with your user.
- Change
image: gopalanand/capcicd:latest
to your user in deployment.yaml with your user.
No push the changes and see the magic. . ...