Skip to content

Commit

Permalink
chore: github action timeout 시간 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
YerangPark committed Sep 10, 2024
1 parent 3950ce3 commit 92473e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 15
timeout-minutes: 30

steps:
- name: Checkout code
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
deploy:
runs-on: ubuntu-latest
needs: build
timeout-minutes: 15
timeout-minutes: 30

steps:
- name: SSH to Deploy Server
Expand Down

0 comments on commit 92473e0

Please sign in to comment.