Skip to content
This repository has been archived by the owner on Oct 5, 2023. It is now read-only.

Latest commit

 

History

History
52 lines (40 loc) · 2.58 KB

README.md

File metadata and controls

52 lines (40 loc) · 2.58 KB

Archival notice

This repository has been deprecated in favour of the denperidge-redpencil/ci-quickstart repository on GitHub.

Redpencil.io's CI/CD Templates

A repository for ready-to-use, but easily adaptable, quickstarts for CI/CD.

Structure/navigation:

Discussions

Navigation order

While seemingly random, there is a logic behind it!

Folder structure

  • The structure is as follows: {platform}/{language/toolkit}/{action}
  • An example would be {woodpecker,drone}/{ember,service}/{test,build}.yml.

Woodpecker above Drone

Due to a slow shift towards the open source Woodpecker as opposed to the proprietary Drone, Woodpecker has been moved upwards in the navigation

Actions are not alphabetically ordered

The navigation is ordered as to what would commonly happen first. Testing is put above building, building above releasing, etc.

Drone actions all navigate towards one file

Drone does not natively support splitting pipelines into different files. So the navigation all goes to one file. Sorry about that.