Skip to content
/ cicd Public

This repo contains github action templates for our CICD processes

Notifications You must be signed in to change notification settings

Auddia/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).

NOTE:

Make sure to refer to the docs for the specific release, tag or branch to have the most accurate documentation for the version you are using.

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

Releases

For more information on each release view the official release docs. For even more information refer to the docs in the source_code.zip or the github tag for the specific release.

Action Items