Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/internetarchive/hello-js

an example of full CI/CD from GitHub to a nomad cluster
https://github.com/internetarchive/hello-js

cicd cluster deploy javascript nomad testing

Last synced: about 1 month ago
JSON representation

an example of full CI/CD from GitHub to a nomad cluster

Awesome Lists containing this project

README

        

# hello-js

[![CICD](https://github.com/internetarchive/hello-js/actions/workflows/cicd.yml/badge.svg)](https://github.com/internetarchive/hello-js/actions/workflows/cicd.yml)

Example of a github repo, using 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:
- [.github/workflows/cicd.yml](.github/workflows/cicd.yml)

Example pipeline:

![Example pipeline](pipeline.jpg)