Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/adolbyb/ci-cd-primer

A Small Primer for Continuous Integration and Continuous Deployment
https://github.com/adolbyb/ci-cd-primer

app-deployment ci-cd cicd github github-actions

Last synced: 14 days ago
JSON representation

A Small Primer for Continuous Integration and Continuous Deployment

Awesome Lists containing this project

README

        

# CI/CD Primer
A Small Node.js Primer for Continuous Integration and Continuous Deployment

## Status

[![Node CI](https://github.com/ADolbyB/ci-cd-primer/actions/workflows/integrate.yml/badge.svg)](https://github.com/ADolbyB/ci-cd-primer/actions/workflows/integrate.yml)
[![Heroku CD](https://github.com/ADolbyB/ci-cd-primer/actions/workflows/deploy.yml/badge.svg)](https://github.com/ADolbyB/ci-cd-primer/actions/workflows/deploy.yml)

Based on this basic [LogRocket tutorial](https://blog.logrocket.com/ci-cd-node-js-github-actions/) using [Heroku](https://www.heroku.com/) for app deployment.

Link for [GitHub Actions](https://docs.github.com/en/actions/learn-github-actions/understanding-github-actions) Docs.

Link for [Events that Trigger Workflows](https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#scheduled-events) in GitHub Docs.

Link for [Building and Testing Node.js](https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs) in GitHub Docs.