Skip to content

Commit

Permalink
added deploy for save-cosv backend (#2905)
Browse files Browse the repository at this point in the history
  • Loading branch information
acies312 authored Jan 15, 2024
1 parent 20042f5 commit b6357b1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/deploy_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ on:
default: true
description: Build new image of save-frontend
required: false
save-cosv:
type: boolean
default: true
description: Build new image of save-cosv
required: false
cosv-frontend:
type: boolean
default: true
Expand Down Expand Up @@ -111,6 +116,7 @@ jobs:
fail-fast: false
matrix:
module: [
'save-cosv',
'api-gateway',
'save-frontend',
'save-cosv-frontend',
Expand All @@ -119,6 +125,8 @@ jobs:
'save-demo-cpg',
]
include:
- module: save-cosv
do-build: ${{ inputs.save-cosv }}
- module: api-gateway
do-build: ${{ inputs.gateway }}
- module: save-frontend
Expand Down

0 comments on commit b6357b1

Please sign in to comment.