@protacon/generator-kubernetes-ci
v1.1.8
Published
Protacon Solutions LTD CI pipeline template with k8s support
Downloads
8
Keywords
Readme
Getting started
- Create repository to phabricator.
- Clone repository.
- Install yeoman
npm install -g yo
- Install this generator
npm install -g @protacon/generator-kubernetes-ci
- Run in new repository
yo @protacon/kubernetes-ci
- Commit and push changes, now CI pipeline builds project, publishes containers and deploy k8s files. After CI is complete you can navigate
https://project-name-branch.protacon.cloud
. Project name is asked after you run yo.
Update
npm update -g @protacon/generator-kubernetes-ci