Skip to content

Commit

Permalink
ci/cd: 배포.yml에 wait_for_deployment 옵션을 추가합니다.
Browse files Browse the repository at this point in the history
- 배포.yml에 wait_for_deployment 옵션 추가
- 배포가 완료될 때까지 대기하는 옵션
- 코드를 더 안정적으로 배포할 수 있게 함.
  • Loading branch information
virtue14 committed Jul 3, 2024
1 parent 2a3ae4e commit 061e9b7
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
wait_for_deployment: true

0 comments on commit 061e9b7

Please sign in to comment.