Skip to content
Snippets Groups Projects
Commit d82d144d authored by Marco Wettstein's avatar Marco Wettstein
Browse files

Update README.md

parent 74d4bbed
No related branches found
No related tags found
No related merge requests found
Pipeline #95525 canceled
# Next-kubernetes
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
** DEPRECATED, use this instead: **
```yml
include:
- project: gitlab-ci/next-kubernetes
ref: v1.0.0
file: next-kubernetes.yml
variables:
CUSTOMER_NAME: pan
APP_NAME: avatar
CLUSTER_NAME: production
- project: gitlab-ci/kubernetes-base
ref: v5
file: node-kubernetes.yml
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment