Skip to content

Commit

Permalink
ci/cd: 배포.yml에 use_existing_version_if_available 옵션을 추가
Browse files Browse the repository at this point in the history
- 배포.yml에 use_existing_version_if_available 옵션 추가
- 기존 버전 사용 가능 시 사용
  • Loading branch information
virtue14 committed Jul 3, 2024
1 parent 89b0962 commit d0f67b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,3 +87,4 @@ jobs:
version_label: github-action-${{ github.sha }}
region: ap-northeast-2
deployment_package: deploy/deploy.zip
use_existing_version_if_available: true

0 comments on commit d0f67b1

Please sign in to comment.