Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 737 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 737 Bytes

CAP CI/CD

Docker build and deploy to KYMA

This simple bookshop application triggers a github action to build docker image with latest code and deploy it to kyma runtime.

To use the project

  1. Make a fork of it.
  2. Go to settings and add the following
    1. DOCKER_USER: Add your dockerhub username.
    2. DOCKER_PASSWORD: your dockerhub password.
    3. KYMA: Kubeconfig downloaded from kyma.
  3. In .github\workflows\deocker-image.yaml replace the docker user name with your user.
  4. Change image: gopalanand/capcicd:latest to your user in deployment.yaml with your user.

No push the changes and see the magic. . ...