Sample Ruby applicaation for Auto Deploy feature
Minimal Ruby project configured to use GitLab Auto Deploy feature with Kubernetes
How to use
- Clone the repository
- Go to Kubernetes integration and add your cluster info there
- Modify
.gitlab-ci.yml
with your domain name - Ensure pipeline with deploy job succeed
- Install nginx-ingress via helm:
helm install stable/nginx-ingress
- Point your domain name to nginx-ingress-controller external IP address
TODO: Add link to the full guide that uses this repo