Skip to content

Commit 9a2bc77

Browse files
committed
[BOOK-350] chore: prod 환경 deploy 스크립트 마이그레이션을 위한 파일 이름 변경
1 parent 89f3164 commit 9a2bc77

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/deploy-module/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ inputs:
4646
description: 'Image tag type (development-latest or semver)'
4747
required: true
4848
deploy-script:
49-
description: 'Deploy script name (deploy-dev.sh or deploy.sh)'
49+
description: 'Deploy script name (deploy-dev.sh or deploy-prod.sh)'
5050
required: true
5151
default: 'deploy-dev.sh'
5252

.github/workflows/prod-ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ jobs:
4848
image-tag-type: |
4949
type=semver,pattern={{version}}
5050
type=raw,value=production-latest
51-
deploy-script: deploy.sh
51+
deploy-script: deploy-prod.sh

0 commit comments

Comments
 (0)