Skip to content

Shared CI/CD across all labs products

License

Notifications You must be signed in to change notification settings

pennlabs/shared-actions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

shared-actions

Shared CI/CD across all labs products.

Overview

This repository contains shared CI/CD actions for all labs products, including the following:

  • React: build and publish
  • Django: build and publish
  • Docker Publish
  • Deployment: generate manifests and deploy to Kubernetes
  • Labs Application: consolidated build, publish, and deploy for standard React-Django labs applications

Usage

To use shared actions, add the following to your workflow file:

- uses: pennlabs/shared-actions/.github/workflows/[workflow-name].yaml@main
  with:
    [parameter]: [value]

NOTE: Information such as githubRefs, environment variables, and secrets must be passed into the shared action as inputs.