Skip to content

Commit

Permalink
ci/cd: 배포 자동 재시도 횟수 추가
Browse files Browse the repository at this point in the history
- 배포 자동으로 재시도할 횟수를 3으로 설정합니다.
  • Loading branch information
virtue14 committed Jul 3, 2024
1 parent 80f5a8d commit 4ef6288
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 @@ -8,6 +8,7 @@ on:
jobs:
deploy:
runs-on: ubuntu-latest
retries: 3 # 배포를 자동으로 재시도할 횟수

steps:
- name: Checkout repository
Expand Down

0 comments on commit 4ef6288

Please sign in to comment.