Skip to content

internetarchive/hind-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published