https://github.com/descent098/ci-cd-basics
A presentation about the basics of CI/CD and specifically github actions pipelines for github pages releases
https://github.com/descent098/ci-cd-basics
cicd education learning learning-resources presentation presentation-slides web website
Last synced: 2 months ago
JSON representation
A presentation about the basics of CI/CD and specifically github actions pipelines for github pages releases
- Host: GitHub
- URL: https://github.com/descent098/ci-cd-basics
- Owner: Descent098
- License: mit
- Created: 2022-06-26T04:29:35.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-29T05:55:25.000Z (almost 4 years ago)
- Last Synced: 2025-03-21T15:49:34.471Z (over 1 year ago)
- Topics: cicd, education, learning, learning-resources, presentation, presentation-slides, web, website
- Language: Python
- Homepage: https://kieranwood.ca/ci-cd-basics/
- Size: 1.07 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CI/CD Basics
A presentation on the basics of CI/CD.
## Prerequisites
- [Terminal Basics](https://kieranwood.ca/terminal-basics); The basics of using the terminal/command line and some basic commands
- An understanding of [YAML Syntax](https://docs.ansible.com/ansible/latest/reference_appendices/YAMLSyntax.html#yaml-basics); This is what the bulk of the presentation will use
## Optional prerequisites
- [Basics of HTML/CSS/JS](https://kieranwood.ca/basic-web-technologies/#slide=1); Just to understand what we're actually deploying, don't need a strong understanding
- [Basics of static site generators](https://kieranwood.ca/static-site-generators/#slide=1); (recommended but optional. Talked about as an example in the slides but it's not a hard requirement)