
At this point you should have your entire application up and running! Not so bad huh? Now to automate deployment!
### Automate Deployment to Kubernetes
Every time we make a change to our application, we want to build a new image and deploy it to our cluster. We’ve already set up automated builds, but to automate deployment:
1. Click on **Repositories** (top left).
2. Click on the pipeline for the demochat repo (the gear icon).
