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:
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.