Skip to content

Commit

Permalink
fix: 타임아웃 60분으로 늘리기
Browse files Browse the repository at this point in the history
- GitHub Actions 워크플로우에서 "Run Command Timeout" 오류와 "Process completed with exit code 1" 문제 발생
- 타임아웃 시간 60분으로 늘리는 것으로 해결 시도
  • Loading branch information
khee2 committed Aug 1, 2024
1 parent 7bbd393 commit 1b659e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ jobs:
echo "Starting Docker containers with docker-compose..."
docker-compose --env-file .env up -d
echo "Deployment completed successfully!"
timeout: 30m
timeout: 60m

0 comments on commit 1b659e6

Please sign in to comment.