Skip to content
/ cicd Public
forked from Auddia/cicd

This repo contains github action templates for our CICD processes

Notifications You must be signed in to change notification settings

dmccarty/cicd

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Github CICD

This repository stores a collections of common github actions and workflows for all projects to reuse for common automation workflows (deployment, testing, building, pubilishing, etc).

Table Of Contents

Workflows

Workflows define a job or a group of jobs that can be run in parallel or in some defined order. All the reuseable workflows are stored in the .github/workflows directory.

Custom Workflows

Actions

Actions define a group of common steps that reoccur across many jobs and workflows. All the custom actions are stored in the actions directory.

Custom Actions

About

This repo contains github action templates for our CICD processes

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 92.6%
  • Dockerfile 7.4%