Newer
Older
This is an extension of https://git.panter.ch/gitlab-ci/kubernetes-base
that builds Next-apps.
## Usage:
```
# on top of your gitlab-ci.yml
include:
- project: gitlab-ci/next-kubernetes
variables:
CUSTOMER_NAME: pan
APP_NAME: avatar
CLUSTER_NAME: production
```