Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/internetarchive/hello-js
- Owner: internetarchive
- License: agpl-3.0
- Created: 2022-01-06T07:23:38.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-17T06:43:22.000Z (9 months ago)
- Last Synced: 2024-05-08T23:16:08.877Z (8 months ago)
- Topics: cicd, cluster, deploy, javascript, nomad, testing
- Language: JavaScript
- Homepage:
- Size: 99.6 KB
- Stars: 2
- Watchers: 15
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)