Skip to content

Commit

Permalink
Update appspec.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jun02160 authored Jun 24, 2023
1 parent 0236926 commit a75496d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WEEK4/FourthSeminar/appspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ permissions:
owner: ubuntu
group: ubuntu

hooks:
hooks: # 실행 순서를 지정 (지정한 시간 동안 실행에 실패할 경우의 동작)
AfterInstall:
- location: deploy.sh
timeout: 60
Expand Down

0 comments on commit a75496d

Please sign in to comment.