Skip to content

Commit

Permalink
Merge pull request #44 from harvard-lts/gha
Browse files Browse the repository at this point in the history
Gha
  • Loading branch information
OteemoSanjay authored Jul 15, 2024
2 parents 5066a90 + b625877 commit 96f9c93
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 7 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/build-main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: LTS Build Dev/QA Containers
on:
push:
branches:
- main
workflow_dispatch:

jobs:
build-and-publish-dev-qa:
uses: harvard-lts/ga-reusable-workflows/.github/workflows/[email protected]
secrets: inherit
11 changes: 11 additions & 0 deletions .github/workflows/build-prod.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: LTS Build Final Production Container

on:
push:
tags:
- '*'

jobs:
publish-prod-container:
uses: harvard-lts/ga-reusable-workflows/.github/workflows/[email protected]
secrets: inherit
11 changes: 11 additions & 0 deletions .github/workflows/build-trial.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: LTS Build Trial Containers
on:
push:
branches:
- trial
workflow_dispatch:

jobs:
build-and-publish-dev-qa:
uses: harvard-lts/ga-reusable-workflows/.github/workflows/[email protected]
secrets: inherit
7 changes: 0 additions & 7 deletions Jenkinsfile

This file was deleted.

0 comments on commit 96f9c93

Please sign in to comment.