Skip to content

Commit fdf36a5

Browse files
Update appspec.yml
1 parent 50a77a8 commit fdf36a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

appspec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ permissions:
1717
hooks: # CodeDeploy배포 단계에서 실행할 명령어를 지정합니다.
1818
ApplicationStart: # deploy.sh를 ec2-user권한으로 실행합니다.
1919
- location: scripts/deploy.sh
20-
timeout: 60 # 스크립트 실행 60초 이상 수행되면 실패
20+
timeout: 300 # 스크립트 실행 60초 이상 수행되면 실패
2121
runas: ec2-user

0 commit comments

Comments
 (0)