Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 1.06 KB

README.md

File metadata and controls

33 lines (25 loc) · 1.06 KB

HinD demo repository

Repo that does end-to-end full CI/CD pipelines to a "HinD" Hashistack-in-Docker cluster.

We'll use our baseline "hello-js" repo, which uses GitHub Actions for a full CI/CD pipeline, with multiple custom test jobs (each using an arbitrary docker image).

See the main CI/CD config here:


Try it yourself

If you setup a HinD docker container on your own unix virtual machine / baremetal, you could fork/copy this reop to get started.

You'll simply need to update the cicd.yml values:

BASE_DOMAIN: (wildcard DNS domain name, eg: example.com)
NOMAD_ADDR: (hostname of the VM where your HinD is running)

and create a secret named NOMAD_TOKEN with the value from your HinD running container.


Example pipeline:

Example pipeline