Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/adolbyb/ci-cd-primer
- Owner: ADolbyB
- Created: 2022-11-08T01:06:52.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-11T16:11:44.000Z (about 2 years ago)
- Last Synced: 2024-11-19T15:57:42.514Z (3 months ago)
- Topics: app-deployment, ci-cd, cicd, github, github-actions
- Language: JavaScript
- Homepage:
- Size: 99.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.